diff options
author | Patrick Venture <venture@google.com> | 2018-09-22 00:57:58 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-09-24 14:43:49 +0300 |
commit | edb619229fb988cd72a919e4068d820c632a7f5e (patch) | |
tree | 4bcc94ab5053961e8473789244a9d5f30650cf5e /meta-google | |
parent | 282ba3dea1b56d620202e7ffe24cfdb671ceed6d (diff) | |
download | openbmc-edb619229fb988cd72a919e4068d820c632a7f5e.tar.xz |
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')
-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}" |