From: Michael Lauer Date: Thu, 8 Jul 2004 22:00:26 +0000 (+0000) Subject: patch uicmoc-native to be compilable w/ gcc 3.4 X-Git-Tag: Release-2010-05/1~18262 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e89a5a9a09090960e15f3b9320ca87ec75e2701;p=openembedded.git patch uicmoc-native to be compilable w/ gcc 3.4 BKrev: 40edc3famL_-jADrWhoOT2Qa6ahSfQ --- diff --git a/uicmoc/uicmoc-native-2.3.7/gcc3_4.patch b/uicmoc/uicmoc-native-2.3.7/gcc3_4.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/uicmoc/uicmoc-native_2.3.7.oe b/uicmoc/uicmoc-native_2.3.7.oe index 3b58cdb747..95a5df3919 100644 --- a/uicmoc/uicmoc-native_2.3.7.oe +++ b/uicmoc/uicmoc-native_2.3.7.oe @@ -4,7 +4,8 @@ PRIORITY = "optional" LICENSE = "GPL/QPL" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ - file://fix-makefile.patch;patch=1" + file://fix-makefile.patch;patch=1 \ + file://gcc3_4.patch;patch=1" S = "${WORKDIR}/qt-${PV}"