summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-03-16 01:10:04 +0300
committerWilly Tu <wltu@google.com>2022-03-16 01:18:54 +0300
commit9e242b1c9fcee4465c810ddbf0becf60332cfec6 (patch)
tree651f2ba816efe1796626ecade412fa8c9b293ef9 /meta-google
parentc324c7ce024c53c5d7df2e469097d0a8785c0469 (diff)
downloadopenbmc-9e242b1c9fcee4465c810ddbf0becf60332cfec6.tar.xz
google-ipmi-i2c: srcrev bump fb28f5e4a3..87a8b11075
Willy Tu (3): build: Add meson build for google-ipmi-i2c build: Remove autotools google-ipmi-i2c: Refactor to use new version of OEM IPMI Handler Change-Id: I37a1b3f7fb9814ae9ca7f5533c35cfd6d59d3f99 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb
index d6b1c3f926..2ba1ad92eb 100644
--- a/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb
+++ b/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb
@@ -6,19 +6,16 @@ PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-inherit autotools pkgconfig
-inherit obmc-phosphor-ipmiprovider-symlink
+inherit meson pkgconfig
-DEPENDS += "autoconf-archive-native"
DEPENDS += "phosphor-ipmi-host"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/google-ipmi-i2c;branch=master;protocol=https"
-SRCREV = "fb28f5e4a31ddf9b4989f4835182cb75b62a37ca"
+SRCREV = "87a8b11075abe0fa70f9ce20d7dea0f2bdc742ad"
-FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
-FILES:${PN}:append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
-FILES:${PN}:append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
-FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
+FILES:${PN}:append = " ${libdir}/ipmid-providers"
+FILES:${PN}:append = " ${libdir}/host-ipmid"
+FILES:${PN}:append = " ${libdir}/net-ipmid"
HOSTIPMI_PROVIDER_LIBRARY += "libi2ccmds.so"