aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uicmoc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/uicmoc')
-rw-r--r--recipes/uicmoc/uicmoc-native_2.3.10.bb12
-rw-r--r--recipes/uicmoc/uicmoc3-native_3.3.5.bb4
-rw-r--r--recipes/uicmoc/uicmoc4-native.inc2
3 files changed, 9 insertions, 9 deletions
diff --git a/recipes/uicmoc/uicmoc-native_2.3.10.bb b/recipes/uicmoc/uicmoc-native_2.3.10.bb
index 781ad58c9c..c161571d82 100644
--- a/recipes/uicmoc/uicmoc-native_2.3.10.bb
+++ b/recipes/uicmoc/uicmoc-native_2.3.10.bb
@@ -6,12 +6,12 @@ LICENSE = "GPL QPL"
PR = "r4"
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_1.patch;patch=1 \
- file://64bit-cleanup.patch;patch=1 \
- file://kernel-asm-page.patch;patch=1"
+ file://fix-makefile.patch \
+ file://gcc3_4.patch \
+ file://gcc4.patch \
+ file://gcc4_1.patch \
+ file://64bit-cleanup.patch \
+ file://kernel-asm-page.patch"
S = "${WORKDIR}/qt-${PV}"
inherit native qmake_base
diff --git a/recipes/uicmoc/uicmoc3-native_3.3.5.bb b/recipes/uicmoc/uicmoc3-native_3.3.5.bb
index ac2484cc5d..ab4ab80d88 100644
--- a/recipes/uicmoc/uicmoc3-native_3.3.5.bb
+++ b/recipes/uicmoc/uicmoc3-native_3.3.5.bb
@@ -7,8 +7,8 @@ DEPENDS = "qmake-native"
PR = "r3"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-free-${PV}.tar.bz2 \
- file://no-examples.patch;patch=1 \
- file://64bit-cleanup.patch;patch=1"
+ file://no-examples.patch \
+ file://64bit-cleanup.patch"
S = "${WORKDIR}/qt-embedded-free-${PV}"
inherit native qmake_base qt3e
diff --git a/recipes/uicmoc/uicmoc4-native.inc b/recipes/uicmoc/uicmoc4-native.inc
index 1a3e06988b..1124226199 100644
--- a/recipes/uicmoc/uicmoc4-native.inc
+++ b/recipes/uicmoc/uicmoc4-native.inc
@@ -7,7 +7,7 @@ LICENSE = "GPL"
PR = "r1"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
- file://configure-fix.patch;patch=1"
+ file://configure-fix.patch"
S = "${WORKDIR}/qt-embedded-linux-opensource-src-${PV}"
EXTRA_OECONF = "-prefix ${STAGING_DIR_NATIVE}/qt4 \