diff options
-rw-r--r-- | meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb | 8 | ||||
-rw-r--r-- | meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.inc | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb index fde9593ad..6211efa71 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.bb @@ -1,12 +1,14 @@ SUMMARY = "Phosphor IPMI plugin for OpenPOWER OEM Commands" DESCRIPTION = "Phosphor IPMI plugin for OpenPOWER OEM Commands" -HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-oem" PR = "r1" inherit autotools pkgconfig inherit obmc-phosphor-license inherit obmc-phosphor-ipmiprovider-symlink inherit obmc-phosphor-utils +inherit pythonnative + +require ${PN}.inc DEPENDS += "phosphor-ipmi-host" DEPENDS += "autoconf-archive-native" @@ -14,6 +16,7 @@ DEPENDS += "sdbusplus sdbusplus-native" DEPENDS += "phosphor-logging" DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native" DEPENDS += "openpower-dbus-interfaces openpower-dbus-interfaces-native" +DEPENDS += "sdbus++-native" RDEPENDS_${PN} += " \ sdbusplus \ @@ -24,9 +27,6 @@ RDEPENDS_${PN} += " \ TARGET_CFLAGS += "-fpic" -SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem" -SRCREV = "17346b00a17a1b5202758fdfbffef8c2c065044d" - HOSTIPMI_PROVIDER_LIBRARY += "liboemhandler.so" S = "${WORKDIR}/git" diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.inc b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.inc new file mode 100644 index 000000000..0320c8606 --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem.inc @@ -0,0 +1,5 @@ +HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-oem" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" +SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem" +SRCREV = "246bc0d679a55f73fdb63b8897c282574cd82e51" |