[yocto] [meta-qt3] [PATCH 1/5] qt-x11-free-native: add qt3-cstddef.patch
Paul Eggleton
paul.eggleton at linux.intel.com
Thu Dec 8 07:18:15 PST 2011
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 at linux.intel.com>
---
recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 5 +++--
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"
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}"
#
--
1.7.5.4
More information about the yocto
mailing list