From 471c358b0831b8abdcc8cfa0569ab3e942114d0b Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 2 Oct 2018 19:54:00 -0700 Subject: meta-openpower: openpower-ipmi-oem: rename as git Set the ending of the recipe to _git per OE norms. (From meta-openpower rev: 53f5e991be85c01869766208cd750668ce046cb7) Change-Id: Idcfdc8c48076ec04a7ec0c2a7dd8a8bef8bffd7f Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- .../recipes-phosphor/ipmi/openpower-ipmi-oem.bb | 35 --------------------- .../ipmi/openpower-ipmi-oem_git.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 35 deletions(-) delete mode 100644 meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem.bb create mode 100644 meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb (limited to 'meta-openpower') diff --git a/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem.bb b/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem.bb deleted file mode 100644 index 118c1c2b0e..0000000000 --- a/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Phosphor IPMI plugin for OpenPOWER OEM Commands" -DESCRIPTION = "Phosphor IPMI plugin for OpenPOWER OEM Commands" -PR = "r1" - -inherit autotools pkgconfig -inherit obmc-phosphor-license -inherit obmc-phosphor-ipmiprovider-symlink -inherit pythonnative - -require ${PN}.inc - -DEPENDS += "phosphor-ipmi-host" -DEPENDS += "autoconf-archive-native" -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 \ - phosphor-logging \ - openpower-dbus-interfaces \ - phosphor-dbus-interfaces \ - " - -TARGET_CFLAGS += "-fpic" - -HOSTIPMI_PROVIDER_LIBRARY += "liboemhandler.so" - -S = "${WORKDIR}/git" - -FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" -FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" -FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la" diff --git a/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb b/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb new file mode 100644 index 0000000000..8857f9b984 --- /dev/null +++ b/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb @@ -0,0 +1,36 @@ +SUMMARY = "Phosphor IPMI plugin for OpenPOWER OEM Commands" +DESCRIPTION = "Phosphor IPMI plugin for OpenPOWER OEM Commands" +PR = "r1" +PV = "1.0+git${SRCPV}" + +inherit autotools pkgconfig +inherit obmc-phosphor-license +inherit obmc-phosphor-ipmiprovider-symlink +inherit pythonnative + +require ${PN}.inc + +DEPENDS += "phosphor-ipmi-host" +DEPENDS += "autoconf-archive-native" +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 \ + phosphor-logging \ + openpower-dbus-interfaces \ + phosphor-dbus-interfaces \ + " + +TARGET_CFLAGS += "-fpic" + +HOSTIPMI_PROVIDER_LIBRARY += "liboemhandler.so" + +S = "${WORKDIR}/git" + +FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" +FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" +FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la" -- cgit v1.2.3