]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qemu/qemu-qop-nogfx-native_svn.bb
qemu: add cvs version from 20060723. bb files contain fix for building qemu with...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qemu / qemu-qop-nogfx-native_svn.bb
1 LICENSE = "GPL"
2 PV = "0.8.0+svn${CVSDATE}"
3 PROVIDES = "qemu-native"
4
5 SRC_URI = "svn://nowt.dyndns.org/svn/qemu;module=trunk;proto=https \
6            file://configure.patch;patch=1 \
7            "
8
9 S = "${WORKDIR}/trunk"
10
11 inherit autotools native
12
13 EXTRA_OECONF = "--disable-gcc-check --target-list=arm-user,arm-softmmu --disable-gfx-check"
14
15 prefix = "${STAGING_DIR}/${BUILD_SYS}"
16
17 # tested to work with gcc4 for arm target only
18 # this is purely for others to test, not intended to be used as a replacement for the real qemu