diff options
Diffstat (limited to 'meta-extras/packages/qemu/qemu-android-native.bb')
-rw-r--r-- | meta-extras/packages/qemu/qemu-android-native.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-extras/packages/qemu/qemu-android-native.bb b/meta-extras/packages/qemu/qemu-android-native.bb deleted file mode 100644 index 169d790864..0000000000 --- a/meta-extras/packages/qemu/qemu-android-native.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | LICENSE = "GPL" | ||
2 | DEPENDS = "zlib-native" | ||
3 | PV = "0.0-rc20" | ||
4 | PR = "r0" | ||
5 | |||
6 | SRC_URI = "http://android.googlecode.com/files/android-emulator-m3-rc20.tar.bz2 \ | ||
7 | file://fixes.patch;patch=1" | ||
8 | |||
9 | S = "${WORKDIR}/android-emulator-20071111/qemu" | ||
10 | |||
11 | EXTRA_OECONF = "--disable-gfx-check --target-list=arm-softmmu --enable-nand --enable-skins --enable-trace --enable-shaper --use-sdl-config=${prefix}/hackedsdl/bin/sdl-config --disable-user --disable-kqemu --enable-sdl --static-png --static-sdl" | ||
12 | |||
13 | inherit autotools | ||
14 | inherit native | ||
15 | |||
16 | do_unfubar () { | ||
17 | chmod -R u+w ${WORKDIR}/ | ||
18 | cd ${WORKDIR}/android-emulator-20071111/sdl | ||
19 | configure --prefix=${prefix}/hackedsdl | ||
20 | make | ||
21 | make install | ||
22 | } | ||
23 | |||
24 | addtask unfubar after do_unpack before do_patch | ||
25 | |||