From 9ac088835c722f34d59ae067d65c17e6c40fbd6f Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Thu, 28 Mar 2019 03:37:31 -0700 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-extended/stdplus/stdplus_git.bb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'meta-phosphor/recipes-extended/stdplus') 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" -- cgit v1.2.1