From f2eeaaddeb70e6ecd8cf5fc12c39bb88309150da Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 7 Dec 2011 17:42:16 +0000 Subject: 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 --- recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 5 +++-- 1 file 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" LICENSE = "GPL | QPL" DEPENDS = "xmu-native" HOMEPAGE = "http://www.trolltech.com" -PR = "r1" +PR = "r2" PROVIDES += "qt-x11-free-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free" @@ -13,7 +13,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \ file://LICENSE.QPL;md5=fff372435cb41647bc0b3cb940ea5c51" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ - file://no-examples.patch" + file://no-examples.patch \ + file://qt3-cstddef.patch" S = "${WORKDIR}/qt-x11-free-${PV}" # -- cgit v1.2.3-54-g00ecf