[oe-commits] org.oe.dev qemu: apply patch from bug 2157

Laibsch commit openembedded-commits at lists.openembedded.org
Fri Jun 15 15:10:14 UTC 2007


qemu: apply patch from bug 2157
* enables compilation of qemu-native with gcc4
* disables gcc version check
* mail has been sent to the list to let everybody know

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 20f86cced0cd0f3af307002570f8505ef976e07a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=20f86cced0cd0f3af307002570f8505ef976e07a
Files:
1
packages/qemu/qemu-qop-nogfx-native_svn.bb
packages/qemu/qemu_cvs.bb
Diffs:

#
# mt diff -r8b898d0942d30145271bb483305009e42605dbdd -r20f86cced0cd0f3af307002570f8505ef976e07a
#
# 
# 
# patch "packages/qemu/qemu-qop-nogfx-native_svn.bb"
#  from [5b3231dfc660361ef1f0c0e31db16d1edf5b82cf]
#    to [7f715692875ab4ee00b652ff1e640a7074c07021]
# 
# patch "packages/qemu/qemu_cvs.bb"
#  from [382c1faeff834d51e44b3b373e98fbd18d809d85]
#    to [a1c43b431c24813b3186b20f390639c0b6b2fb4c]
# 
============================================================
--- packages/qemu/qemu-qop-nogfx-native_svn.bb	5b3231dfc660361ef1f0c0e31db16d1edf5b82cf
+++ packages/qemu/qemu-qop-nogfx-native_svn.bb	7f715692875ab4ee00b652ff1e640a7074c07021
@@ -1,9 +1,10 @@ SRC_URI = "svn://nowt.dyndns.org/svn/qem
 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"
============================================================
--- packages/qemu/qemu_cvs.bb	382c1faeff834d51e44b3b373e98fbd18d809d85
+++ packages/qemu/qemu_cvs.bb	a1c43b431c24813b3186b20f390639c0b6b2fb4c
@@ -14,8 +14,11 @@ SRC_URI = "cvs://anonymous@cvs.savannah.
            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 \
+           http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1"
 S = "${WORKDIR}/qemu"
 
+EXTRA_OECONF="--disable-gcc-check"
+
 inherit autotools
 






More information about the Openembedded-commits mailing list