summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-09-12 09:35:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-12 09:35:07 +0000
commita8365605827d1987b1549d2adbc2d69099851cb7 (patch)
tree39a1ba4fa533ac0136f88a161d722d7c9f367df5
parent79f476dc493d2566cd235760f874490478f9be1c (diff)
qt: PROVIDE qt{3|4}-x11 as Qt is not upwards/downwards compatible across major releases
-rw-r--r--packages/qt/qt-x11-free_3.3.5.bb3
-rw-r--r--packages/qt/qt-x11-free_4.0.1.bb3
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/qt/qt-x11-free_3.3.5.bb b/packages/qt/qt-x11-free_3.3.5.bb
index e56e0aec31..1ce8234be8 100644
--- a/packages/qt/qt-x11-free_3.3.5.bb
+++ b/packages/qt/qt-x11-free_3.3.5.bb
@@ -5,7 +5,8 @@ LICENSE = "GPL QPL"
HOMEPAGE = "http://www.trolltech.com"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "uicmoc3-native freetype x11 xft xext libxrender libxrandr libxcursor mysql"
-PR = "r9"
+PROVIDES = "qt3-x11"
+PR = "r10"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
diff --git a/packages/qt/qt-x11-free_4.0.1.bb b/packages/qt/qt-x11-free_4.0.1.bb
index 301d58a54b..49c7506c9f 100644
--- a/packages/qt/qt-x11-free_4.0.1.bb
+++ b/packages/qt/qt-x11-free_4.0.1.bb
@@ -5,9 +5,10 @@ HOMEPAGE = "http://www.trolltech.com"
LICENSE = "GPL QPL"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "uicmoc4-native freetype jpeg x11 xft xext libxrender libxrandr libxcursor mysql"
+PROVIDES = "qt4-x11"
# FIXME: Make it use 'our' qmake
# DEPENDS += "qmake-native-2.00a"
-PR = "r0"
+PR = "r1"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \
file://cross-compile.patch;patch=1 \