summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-extended/stdplus
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-03-28 03:37:31 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-07 14:20:16 -0400
commit9ac088835c722f34d59ae067d65c17e6c40fbd6f (patch)
tree44db37f891f3a083a1afa3eb0e38dce941c27e67 /meta-phosphor/recipes-extended/stdplus
parentfea4d03ea8d6c800bbefa1a07227e7b04691bd5b (diff)
downloadtalos-openbmc-9ac088835c722f34d59ae067d65c17e6c40fbd6f.tar.gz
talos-openbmc-9ac088835c722f34d59ae067d65c17e6c40fbd6f.zip
stdplus: Use meson instead of autotools
This will allow us to get rid of autotools in the upstream sources. (From meta-phosphor rev: 6838e7ce10ee9970aeb27262dcc45d11449f21d3) Change-Id: I57490fd3635357bc203e8fb0e40b27217e5d8f79 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-extended/stdplus')
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb12
1 files changed, 4 insertions, 8 deletions
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index 45a699b02..845b96ebc 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -6,15 +6,11 @@ PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-inherit autotools pkgconfig
+inherit meson pkgconfig
-DEPENDS += " \
- autoconf-archive-native \
- "
-
-EXTRA_OECONF_append += " \
- --disable-examples \
- --disable-tests \
+EXTRA_OEMESON = " \
+ -Dexamples=false \
+ -Dtests=disabled \
"
SRC_URI += "git://github.com/openbmc/stdplus"
OpenPOWER on IntegriCloud