diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-01-28 21:43:52 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-01-28 21:43:52 +0000 |
commit | 6244c13450c89414df2fe9189daa6a3f0fdf3163 (patch) | |
tree | e636611f33bf6fe89661e11ff95936efc451a9fc /packages/qemu/qemu_0.9.1.bb | |
parent | d3422da17dbc0353f7ca8e6c8202201b3ff54af2 (diff) |
qemu: Fix missing inherit native and cleanup various files
Diffstat (limited to 'packages/qemu/qemu_0.9.1.bb')
-rw-r--r-- | packages/qemu/qemu_0.9.1.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/packages/qemu/qemu_0.9.1.bb b/packages/qemu/qemu_0.9.1.bb index 41194ff73f..59aa55bbed 100644 --- a/packages/qemu/qemu_0.9.1.bb +++ b/packages/qemu/qemu_0.9.1.bb @@ -2,7 +2,7 @@ LICENSE = "GPL" DEPENDS = "zlib" PR = "r4" -FILESPATH = "${FILE_DIRNAME}/qemu-${PV}:${FILE_DIRNAME}/files" +FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" FILESDIR = "${WORKDIR}" SRC_URI = "\ @@ -34,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" |