summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-16 02:25:22 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-16 04:57:16 +0300
commitc00595ba166884469e675c422f5405a88822ea00 (patch)
treed4e24bc305043004129fb5a1578cde999e09ad66
parent9490d8f2d176a7e4886b896a556d4e10b83211ac (diff)
downloadopenbmc-c00595ba166884469e675c422f5405a88822ea00.tar.xz
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 <venture@google.com> Change-Id: Ia61ea129d2d6309df334915723d4caf8808762a0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb5
1 files changed, 1 insertions, 4 deletions
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"