qemu-native: depends on sdl-native now, add more metadata
authorMichael Lauer <mickey@vanille-media.de>
Fri, 20 Oct 2006 11:53:21 +0000 (11:53 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 20 Oct 2006 11:53:21 +0000 (11:53 +0000)
packages/qemu/qemu-native.inc
packages/qemu/qemu-native_cvs.bb
packages/qemu/qemu_cvs.bb

index cc6076a..c6d31df 100644 (file)
@@ -1,5 +1,6 @@
 FILESPATH =. "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qemu-${PV}:"
-prefix = "${STAGING_DIR}/${BUILD_SYS}"
+# prefix = "${STAGING_DIR}/${BUILD_SYS}"
+DEPENDS = "libsdl-native"
 
 python __anonymous() {
     from bb import which, data
index 66dc1cc..639f9a6 100644 (file)
@@ -1,4 +1,3 @@
 require qemu_cvs.bb
 inherit native
-# prefix = "${STAGING_DIR}/${BUILD_SYS}"
-inherit qemu-native.inc
+require qemu-native.inc
index 25f9e89..8d22a6f 100644 (file)
@@ -1,18 +1,20 @@
+DESCRIPTION = "Qemu is an open source processor emulator."
+HOMEPAGE = "http://fabrice.bellard.free.fr/qemu/"
+SECTION = "devel"
 LICENSE = "GPL"
 PV = "0.8.2+cvs${SRCDATE}"
 PR = "r1"
 
 SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
-           file://configure.patch;patch=1    \
-           file://qemu-sdl-cursor.patch;patch=1    \
-          file://arm_nptl.patch;patch=1     \
-          file://pl110_rgb-r0.patch;patch=1 \
-          file://qemu-pci-irq-sharing.patch;patch=1 \
-          file://compiler.patch;patch=1 \
-          file://qemu-usb-wacom-0.8.2.patch;patch=1 \
+           file://configure.patch;patch=1 \
+           file://qemu-sdl-cursor.patch;patch=1 \
+           file://arm_nptl.patch;patch=1 \
+           file://pl110_rgb-r0.patch;patch=1 \
+           file://qemu-pci-irq-sharing.patch;patch=1 \
+           file://compiler.patch;patch=1 \
+           file://qemu-usb-wacom-0.8.2.patch;patch=1 \
            file://qemu-usb-wacom-pressure.patch;patch=1 \
-          file://qemu-usb-wacom-buttons.patch;patch=1"
-
+           file://qemu-usb-wacom-buttons.patch;patch=1"
 S = "${WORKDIR}/qemu"
 
 inherit autotools