summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-06-21 09:30:18 +0300
committerWilly Tu <wltu@google.com>2022-06-21 22:17:47 +0300
commit2d036ccd4f5021df8eb5d0105d4983e6e4eaeaf6 (patch)
treedf03ab68ef5b119aee6115c4897c0bbe0402e7f1
parent3ad316af79544be893a4fab62497f9627b201864 (diff)
downloadopenbmc-2d036ccd4f5021df8eb5d0105d4983e6e4eaeaf6.tar.xz
openpower-host-ipmi-flash: srcrev bump 299cb81ee9..8970726646
Willy Tu (1): build: Convert project to meson due to ipmid dependencies Change-Id: Iba51deb5634799139ddf7382dcbe444ec3043ed0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb b/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
index 898b7ae9fa..400bd01275 100644
--- a/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
+++ b/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
@@ -5,11 +5,10 @@ PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ff331e820fda701d36a8f0efc98adc58"
-inherit autotools pkgconfig
+inherit meson pkgconfig
inherit obmc-phosphor-ipmiprovider-symlink
DEPENDS += "phosphor-ipmi-host"
-DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
DEPENDS += "phosphor-dbus-interfaces"
@@ -21,7 +20,9 @@ HOSTIPMI_PROVIDER_LIBRARY += "libhiomap.so"
S = "${WORKDIR}/git"
SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-flash;branch=master;protocol=https"
-SRCREV = "299cb81ee95e7e0fc510094e10c16d4d015e0637"
+SRCREV = "89707266466e9adf374a5dea90a6791d436194a5"
+
+EXTRA_OEMESON:append = " -Dtests=disabled"
FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES:${PN}:append = " ${libdir}/host-ipmid/lib*${SOLIBS}"