1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +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:
Marcin Juszkiewicz
2008-01-09 11:16:08 +00:00
parent 03e591a793
commit 3e5646fce1
27 changed files with 2 additions and 4 deletions
@@ -1,14 +1,12 @@
LICENSE = "GPL"
DEPENDS = "zlib"
SRCDATE = "20071230"
PV = "0.9.0+cvs${SRCDATE}"
PR = "r0"
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}:${FILE_DIRNAME}/files"
FILESDIR = "${WORKDIR}"
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://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 \
@@ -44,7 +42,7 @@ SRC_URI = "\
# file://debian/patches/80_ui_curses.patch;patch=1;pnum=0 \
# file://debian/patches/96-x.patch;patch=1"
S = "${WORKDIR}/qemu"
S = "${WORKDIR}/qemu-${PV}"
#EXTRA_OECONF += "--disable-sdl"
#EXTRA_OECONF += "--target-list=arm-linux-user"