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:10:30 +0000 (20:10 +0100)
commit33d97fa763639536638e2ab4eb3cadcae25a4f7d
tree026ee63f3318cc8e3d548065443c2b4f00acd9b4
parentbd17c84c1a2ad9e67a36206925966c51801d68ba
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]

(From OE-Core rev: a69df1807af3e099685b766dac4d6c6919b01852)

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