mirror of
https://git.yoctoproject.org/poky
synced 2026-06-16 18:09:56 +00:00
047db04923
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>
29 lines
724 B
BlitzBasic
29 lines
724 B
BlitzBasic
require qemu.inc
|
|
|
|
SRCREV = "56a60dd6d619877e9957ba06b92d2f276e3c229d"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
|
|
file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
|
|
|
|
PV = "0.14.0"
|
|
PR = "r4"
|
|
|
|
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/"
|
|
FILESDIR = "${WORKDIR}"
|
|
|
|
SRC_URI = "\
|
|
git://git.qemu.org/qemu.git;protocol=git \
|
|
file://qemu-git-qemugl-host.patch \
|
|
file://no-strip.patch \
|
|
file://fix-nogl.patch \
|
|
file://qemugl-allow-glxcontext-release.patch \
|
|
file://linker-flags.patch \
|
|
file://qemu-vmware-vga-depth.patch \
|
|
file://enable-i386-linux-user.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
|