diff options
Diffstat (limited to 'uicmoc')
-rw-r--r-- | uicmoc/uicmoc-native-2.3.7/gcc3_4.patch | 0 | ||||
-rw-r--r-- | uicmoc/uicmoc-native_2.3.7.oe | 3 |
2 files changed, 2 insertions, 1 deletions
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 --- /dev/null +++ b/uicmoc/uicmoc-native-2.3.7/gcc3_4.patch 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}" |