diff options
author | Philip Balister <philip@balister.org> | 2007-08-23 11:57:00 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-23 11:57:00 +0000 |
commit | 73c304554ded0303d3cb410e7a9cfadb77815f5a (patch) | |
tree | cd1b5f99879b37f842028fa5300a4dcca242a1d9 /packages/qemu/qemu-qop-nogfx-native_svn.bb | |
parent | b83f62f74c3826dc69453ca5f0e2d1ef99d23a78 (diff) | |
parent | f4c65cbaa1fe07d8e9d833a74afcd6812e246ba7 (diff) |
merge of '87df0f67fea2eb35bb2d9bb5d84173bacece8d99'
and 'e0613a176614c74d38f49dfbdb46b6f368ef64ca'
Diffstat (limited to 'packages/qemu/qemu-qop-nogfx-native_svn.bb')
-rw-r--r-- | packages/qemu/qemu-qop-nogfx-native_svn.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/qemu/qemu-qop-nogfx-native_svn.bb b/packages/qemu/qemu-qop-nogfx-native_svn.bb deleted file mode 100644 index 1a041c8536..0000000000 --- a/packages/qemu/qemu-qop-nogfx-native_svn.bb +++ /dev/null @@ -1,19 +0,0 @@ -LICENSE = "GPL" -PV = "0.8.0+svn${SRCDATE}" -PROVIDES = "qemu-native" - -SRC_URI = "svn://nowt.dyndns.org/svn/qemu;module=trunk;proto=https \ - file://configure.patch;patch=1 \ - http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1 \ - " - -S = "${WORKDIR}/trunk" - -inherit autotools native - -EXTRA_OECONF = "--disable-gcc-check --target-list=arm-user,arm-softmmu --disable-gfx-check" - -prefix = "${STAGING_DIR}/${BUILD_SYS}" - -# tested to work with gcc4 for arm target only -# this is purely for others to test, not intended to be used as a replacement for the real qemu |