diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-08-13 21:01:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-13 20:04:49 +0100 |
commit | a69df1807af3e099685b766dac4d6c6919b01852 (patch) | |
tree | cb0f5736f799d0cfe6891166f3a5f0cb03459d0f /meta/recipes-extended | |
parent | 5290e82ecef08b5e573d7442627276d7b42c6b93 (diff) | |
download | openembedded-core-a69df1807af3e099685b766dac4d6c6919b01852.tar.gz openembedded-core-a69df1807af3e099685b766dac4d6c6919b01852.tar.bz2 openembedded-core-a69df1807af3e099685b766dac4d6c6919b01852.zip |
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>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions