From c00595ba166884469e675c422f5405a88822ea00 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 15 May 2019 16:25:22 -0700 Subject: meta-phosphor: gpioplus: cleanup oeconf options Cleanup the extra oeconf variable in the recipe such that it's an assignment and not an append and isn't a mixed-evaluation line. (From meta-phosphor rev: 60c2de3f042aa6e179390ac883660e0b23c90de4) Signed-off-by: Patrick Venture Change-Id: Ia61ea129d2d6309df334915723d4caf8808762a0 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta-phosphor/recipes-extended') diff --git a/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb b/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb index e2c960bd0..d60310e16 100644 --- a/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb +++ b/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb @@ -12,10 +12,7 @@ DEPENDS += " \ autoconf-archive-native \ " -EXTRA_OECONF_append += " \ - --disable-examples \ - --disable-tests \ - " +EXTRA_OECONF = "--disable-examples --disable-tests" SRC_URI += "git://github.com/openbmc/gpioplus" SRCREV = "48e6288da8486a25fd52e944fb0f7148fc1c02db" -- cgit v1.2.3