mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
qemu: upgrade CVS snapshot 20071230 to 0.9.1 release
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3435 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,14 +1,12 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "zlib"
|
DEPENDS = "zlib"
|
||||||
SRCDATE = "20071230"
|
SRCDATE = "20071230"
|
||||||
PV = "0.9.0+cvs${SRCDATE}"
|
|
||||||
PR = "r0"
|
|
||||||
|
|
||||||
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}:${FILE_DIRNAME}/files"
|
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}:${FILE_DIRNAME}/files"
|
||||||
FILESDIR = "${WORKDIR}"
|
FILESDIR = "${WORKDIR}"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
|
http://fabrice.bellard.free.fr/qemu/qemu-0.9.1.tar.gz \
|
||||||
file://02_snapshot_use_tmpdir.patch;patch=1;pnum=0 \
|
file://02_snapshot_use_tmpdir.patch;patch=1;pnum=0 \
|
||||||
file://04_do_not_print_rtc_freq_if_ok.patch;patch=1;pnum=1 \
|
file://04_do_not_print_rtc_freq_if_ok.patch;patch=1;pnum=1 \
|
||||||
file://05_non-fatal_if_linux_hd_missing.patch;patch=1;pnum=1 \
|
file://05_non-fatal_if_linux_hd_missing.patch;patch=1;pnum=1 \
|
||||||
@@ -44,7 +42,7 @@ SRC_URI = "\
|
|||||||
# file://debian/patches/80_ui_curses.patch;patch=1;pnum=0 \
|
# file://debian/patches/80_ui_curses.patch;patch=1;pnum=0 \
|
||||||
# file://debian/patches/96-x.patch;patch=1"
|
# file://debian/patches/96-x.patch;patch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/qemu"
|
S = "${WORKDIR}/qemu-${PV}"
|
||||||
|
|
||||||
#EXTRA_OECONF += "--disable-sdl"
|
#EXTRA_OECONF += "--disable-sdl"
|
||||||
#EXTRA_OECONF += "--target-list=arm-linux-user"
|
#EXTRA_OECONF += "--target-list=arm-linux-user"
|
||||||
Reference in New Issue
Block a user