summaryrefslogtreecommitdiffstats
path: root/meta-google/recipes-google/ipmi
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-21 14:57:58 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-24 07:43:49 -0400
commitedb619229fb988cd72a919e4068d820c632a7f5e (patch)
tree4bcc94ab5053961e8473789244a9d5f30650cf5e /meta-google/recipes-google/ipmi
parent282ba3dea1b56d620202e7ffe24cfdb671ceed6d (diff)
downloadtalos-openbmc-edb619229fb988cd72a919e4068d820c632a7f5e.tar.gz
talos-openbmc-edb619229fb988cd72a919e4068d820c632a7f5e.zip
recipes-google: google-ipmi-sys: recipe cleanup
Drop unused dependencies and add proper LICENSE line. Renamed the recipe to follow git revisioned recipe style guidelines. (From meta-google rev: f52dcabd9bd75ad73e8aee3681f05f3e68377a46) Change-Id: Ifc59c52ea4969e8d468962b4473ca063465d728b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-google/recipes-google/ipmi')
-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}"
OpenPOWER on IntegriCloud