summaryrefslogtreecommitdiffstats
path: root/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-21 17:03:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 17:07:22 +0000
commit3016129d90b7ac8517a5227d819f10ad417b5b45 (patch)
treeb8639fe6129a9a3f28c3d4361ccf91f2e35a17af /recipes-qt3/qt3/qt-x11-free_3.3.7.bb
parent0fd2469d05181520e0a0c1603968f8201bca2f29 (diff)
downloadmeta-qt3-3016129d90b7ac8517a5227d819f10ad417b5b45.tar.gz
Without this we were picking up the host version (if present) and possibly failing later on due to "unsafe for cross-compilation" errors. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-qt3/qt3/qt-x11-free_3.3.7.bb')
-rw-r--r--recipes-qt3/qt3/qt-x11-free_3.3.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
index af4fc01..89f976d 100644
--- a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
+++ b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
@@ -9,7 +9,8 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \
9 file://configure.patch \ 9 file://configure.patch \
10 file://no-examples.patch \ 10 file://no-examples.patch \
11 file://gcc4_1-HACK.patch \ 11 file://gcc4_1-HACK.patch \
12 file://qt3-cstddef.patch" 12 file://qt3-cstddef.patch \
13 file://qt-x11-free-3.3.8b-freetype251.patch"
13 14
14require qt-x11-free-common.inc 15require qt-x11-free-common.inc
15 16