]> code.ossystems Code Review - openembedded-core.git/commit
qemu.inc: disable curl for qemu-nativesdk
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 13 Aug 2012 13:01:16 +0000 (21:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Aug 2012 19:04:49 +0000 (20:04 +0100)
commita69df1807af3e099685b766dac4d6c6919b01852
treecb0f5736f799d0cfe6891166f3a5f0cb03459d0f
parent5290e82ecef08b5e573d7442627276d7b42c6b93
qemu.inc: disable curl for qemu-nativesdk

We had added the --disable-curl to EXTRA_OECONF, but there is an
EXTRA_OECONF_virtclass-nativesdk += "foo", the
"EXTRA_OECONF_virtclass-nativesdk +=" equals to
"EXTRA_OECONF_virtclass-nativesdk =" (the "+" has no effect here), so we
should add the "--disable-curl" to EXTRA_OECONF_virtclass-nativesdk.

And change the "+=" to "=" to not confuse people.

[YOCTO #2305]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu_0.15.1.bb
meta/recipes-devtools/qemu/qemu_git.bb