diff options
Diffstat (limited to 'packages/uicmoc/uicmoc-native_2.3.10.bb')
-rw-r--r-- | packages/uicmoc/uicmoc-native_2.3.10.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/uicmoc/uicmoc-native_2.3.10.bb b/packages/uicmoc/uicmoc-native_2.3.10.bb index ca959c1579..db884e166a 100644 --- a/packages/uicmoc/uicmoc-native_2.3.10.bb +++ b/packages/uicmoc/uicmoc-native_2.3.10.bb @@ -3,12 +3,13 @@ SECTION = "devel" PRIORITY = "optional" LICENSE = "GPL QPL" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz \ file://fix-makefile.patch;patch=1 \ file://gcc3_4.patch;patch=1" \ - file://gcc4.patch;patch=1" + file://gcc4.patch;patch=1 \ + file://gcc4_1.patch;patch=1" S = "${WORKDIR}/qt-${PV}" inherit native qmake-base |