summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-03-28 03:36:50 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-07 14:20:05 -0400
commitfea4d03ea8d6c800bbefa1a07227e7b04691bd5b (patch)
tree5aeb8b8d41572486ed6cfad5d7f245a6996eb150
parentb7cfdf300f467f376e986e55d3a8c6ba6160b325 (diff)
downloadtalos-openbmc-fea4d03ea8d6c800bbefa1a07227e7b04691bd5b.tar.gz
talos-openbmc-fea4d03ea8d6c800bbefa1a07227e7b04691bd5b.zip
sdeventplus: Use meson instead of autotools
This will allow us to get rid of autotools in the upstream sources. (From meta-phosphor rev: fe1b9e8f48bece7e78be566de44d634a6c5a4b35) Change-Id: I1f1703d742d227604c95f6d86ce5d8b44a3240bd Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb b/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
index 54187c9ba..d1ddff9f4 100644
--- a/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
@@ -6,17 +6,16 @@ PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-inherit autotools pkgconfig
+inherit meson pkgconfig
DEPENDS += " \
- autoconf-archive-native \
stdplus \
systemd \
"
-EXTRA_OECONF_append += " \
- --disable-examples \
- --disable-tests \
+EXTRA_OEMESON = " \
+ -Dexamples=false \
+ -Dtests=disabled \
"
SRC_URI += "git://github.com/openbmc/sdeventplus"
OpenPOWER on IntegriCloud