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>
diff --git a/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb b/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb
index e2c960b..d60310e 100644
--- a/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb
+++ b/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb
@@ -12,10 +12,7 @@
         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"