summaryrefslogtreecommitdiffstats
path: root/recipes-qt3
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-07 17:42:16 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-08 15:08:18 +0000
commitf2eeaaddeb70e6ecd8cf5fc12c39bb88309150da (patch)
tree51885ab438dc4bf38d448514c2705af58edaf80b /recipes-qt3
parent0e9784d26df51bd564b8f23bd40a6c36969abd5c (diff)
downloadmeta-qt3-f2eeaaddeb70e6ecd8cf5fc12c39bb88309150da.tar.gz
qt-x11-free-native: add qt3-cstddef.patch
When building on Fedora 15 the build failed with the error mentioned in this patch ("qvaluelist.h: error: 'ptrdiff_t' does not name a type"), so it is needed by the native recipe as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qt3')
-rw-r--r--recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
index 779513e..15f71d4 100644
--- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
+++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
4LICENSE = "GPL | QPL" 4LICENSE = "GPL | QPL"
5DEPENDS = "xmu-native" 5DEPENDS = "xmu-native"
6HOMEPAGE = "http://www.trolltech.com" 6HOMEPAGE = "http://www.trolltech.com"
7PR = "r1" 7PR = "r2"
8 8
9PROVIDES += "qt-x11-free-native" 9PROVIDES += "qt-x11-free-native"
10FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free" 10FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free"
@@ -13,7 +13,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \
13 file://LICENSE.QPL;md5=fff372435cb41647bc0b3cb940ea5c51" 13 file://LICENSE.QPL;md5=fff372435cb41647bc0b3cb940ea5c51"
14 14
15SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ 15SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \
16 file://no-examples.patch" 16 file://no-examples.patch \
17 file://qt3-cstddef.patch"
17S = "${WORKDIR}/qt-x11-free-${PV}" 18S = "${WORKDIR}/qt-x11-free-${PV}"
18 19
19# 20#