summaryrefslogtreecommitdiffstats
path: root/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb')
-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#