]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:32:11 +0000 (21:32 +0000)
commitf21dce10448200099a7368803e6c45b003644a5c
tree2f038df3a179f5f00fb83f4e84d8fe581fd6f53f
parent616766953cf8e3825e489b23a4dbed6e7e348547
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.

(From OE-Core rev: 5f822373fadff2415cf1602b9d58fae0dbd33730)

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