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:10:30 +0100 |
commit | 047db049234854b0f21db462d13176e2b5cf70de (patch) | |
tree | 8ff1f3f38872eb123ed34488e6b4be5928abd6ac /meta/recipes-devtools/rsync/rsync_3.0.9.bb | |
parent | 2dec760b79bb7e2e79c33c5127fa64685bd86a18 (diff) | |
download | poky-047db049234854b0f21db462d13176e2b5cf70de.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_3.0.9.bb')
0 files changed, 0 insertions, 0 deletions