diff options
Diffstat (limited to 'meta-google/recipes-google')
-rw-r--r-- | meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb (renamed from meta-google/recipes-google/ipmi/google-ipmi-sys.bb) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb index b6eaaa8af..d4f4ee54d 100644 --- a/meta-google/recipes-google/ipmi/google-ipmi-sys.bb +++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb @@ -1,24 +1,22 @@ HOMEPAGE = "http://github.com/openbmc/google-ipmi-sys" SUMMARY = "Google Sys OEM commands" -DESCRIPTION = "Google sys OEM commands" +DESCRIPTION = "Google Sys OEM commands" inherit autotools pkgconfig -inherit obmc-phosphor-license inherit systemd inherit obmc-phosphor-ipmiprovider-symlink +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + DEPENDS += "autoconf-archive-native" DEPENDS += "sdbusplus" DEPENDS += "phosphor-logging" - -# We depend on this to be built first so we can build our providers. DEPENDS += "phosphor-ipmi-host" -RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces" - S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/google-ipmi-sys" -SRCREV = "f9a19b80bea5987292e61b8b2aedcc3baedcaf8f" +SRCREV = "ef45005c2c441a89a9bd84b9b0f22ac8a2fd9b65" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" |