qemu: Bump PR to make sure nobody is bitten by the native.bbclass prefix issue. Add...
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 28 Jan 2008 23:04:30 +0000 (23:04 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Mon, 28 Jan 2008 23:04:30 +0000 (23:04 +0000)
packages/qemu/qemu-native.inc
packages/qemu/qemu_0.9.1.bb

index c0e8f89..c05dc41 100644 (file)
@@ -1,6 +1,6 @@
 inherit native
 
-DEPENDS = "libsdl-native zlib-native"
+DEPENDS = "libsdl-native zlib-native gcc-native3"
 
 require qemu-gcc3-check.inc
 
index 59aa55b..9f07f45 100644 (file)
@@ -1,6 +1,6 @@
 LICENSE = "GPL"
 DEPENDS = "zlib"
-PR = "r4"
+PR = "r5"
 
 FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
 FILESDIR = "${WORKDIR}"