]> code.ossystems Code Review - openembedded-core.git/commit
busybox.inc: fix CONFIG_EXTRA_CFLAGS configmangle
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 5 Oct 2015 22:46:05 +0000 (15:46 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:31:01 +0000 (21:31 +0000)
commit5f822373fadff2415cf1602b9d58fae0dbd33730
treecc6ddefe7b5e50b5b3111e818c4ffb28f9c948c9
parentdb2daff77a9d533dc03ab3aaeffa87e32f834240
busybox.inc: fix CONFIG_EXTRA_CFLAGS configmangle

With current busybox Kbuild, setting .config to:

  CONFIG_EXTRA_CFLAGS="foo" "bar"

and then running 'make oldconfig' results in .config containing:

  CONFIG_EXTRA_CFLAGS="foo"

ie the CONFIG_EXTRA_CFLAGS configmangle in the busybox.inc doesn't
currently work as intended. Remove the extra \" \" to ensure that
${HOST_CC_ARCH} gets added to CONFIG_EXTRA_CFLAGS.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/busybox/busybox.inc