summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/qemu_0.9.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-28 23:36:55 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-28 23:36:55 +0000
commitf1cfdb5072d465447b71b59403a5c9485954b326 (patch)
treeaf9e6baa37b62fc378b4d1c44bc8049c65563189 /meta/packages/qemu/qemu_0.9.1.bb
parentd28ecd2f5393ea32198dc2ff03b94c507831db2d (diff)
downloadopenembedded-core-f1cfdb5072d465447b71b59403a5c9485954b326.tar.gz
openembedded-core-f1cfdb5072d465447b71b59403a5c9485954b326.tar.bz2
openembedded-core-f1cfdb5072d465447b71b59403a5c9485954b326.tar.xz
openembedded-core-f1cfdb5072d465447b71b59403a5c9485954b326.zip
qemu: Drop 20070613 version, add gcc-native3 dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3612 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/qemu_0.9.1.bb')
-rw-r--r--meta/packages/qemu/qemu_0.9.1.bb12
1 files changed, 1 insertions, 11 deletions
diff --git a/meta/packages/qemu/qemu_0.9.1.bb b/meta/packages/qemu/qemu_0.9.1.bb
index 030eb8350..59aa55bbe 100644
--- a/meta/packages/qemu/qemu_0.9.1.bb
+++ b/meta/packages/qemu/qemu_0.9.1.bb
@@ -1,9 +1,8 @@
LICENSE = "GPL"
DEPENDS = "zlib"
-SRCDATE = "20071230"
PR = "r4"
-FILESPATH = "${FILE_DIRNAME}/qemu-${PV}:${FILE_DIRNAME}/files"
+FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
FILESDIR = "${WORKDIR}"
SRC_URI = "\
@@ -35,15 +34,6 @@ SRC_URI = "\
file://configure_symlinkpath_fix.patch;patch=1 \
file://disable-error-in-configure.patch;patch=1"
-# svn://svn.o-hand.com/repos/misc/trunk/qemu-packaging/qemu;module=debian;proto=http;srcdate=20070119 \
-# file://debian/patches/21_net_soopts.patch;patch=1;pnum=0 \
-# file://debian/patches/35_syscall_sockaddr.patch;patch=1;pnum=0 \
-# file://debian/patches/43_arm_cpustate.patch;patch=1;pnum=0 \
-# file://debian/patches/62_linux_boot_nasm.patch;patch=1;pnum=0 \
-# file://debian/patches/67_ppc_ftbfs.patch;patch=1;pnum=0 \
-# file://debian/patches/80_ui_curses.patch;patch=1;pnum=0 \
-# file://debian/patches/96-x.patch;patch=1"
-
S = "${WORKDIR}/qemu-${PV}"
#EXTRA_OECONF += "--disable-sdl"