ipmi-blob-tool: srcrev bump 98e59f3157..d3c06f94fa
Brandon Kim (3):
Add meson
Remove autoconf / CMake
MAINTAINERS/OWNERS: Transfer from venture@ to brandonkim@
blob_handler: Fix fprintf %li to %zu & update clang-format
Change-Id: Ie81fbda0d34da49d1f800eb8816c72141a1a17d3
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
index 8aff6f2..83d718f 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
@@ -6,12 +6,11 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-inherit autotools pkgconfig
+inherit meson pkgconfig
-DEPENDS += "autoconf-archive-native"
-
-EXTRA_OECONF = "--disable-tests"
+EXTRA_OEMESON = "-Dtests=disabled"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/ipmi-blob-tool;branch=master;protocol=https"
-SRCREV = "98e59f31573fc9024b3450ac70b9d67f59d3ad0d"
+SRCREV = "d3c06f94faef47fb2ba46640369122cb5d86015a"
+