qt: PROVIDE qt{3|4}-x11 as Qt is not upwards/downwards compatible across major releases
authorMichael Lauer <mickey@vanille-media.de>
Mon, 12 Sep 2005 09:35:07 +0000 (09:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 12 Sep 2005 09:35:07 +0000 (09:35 +0000)
packages/qt/qt-x11-free_3.3.5.bb
packages/qt/qt-x11-free_4.0.1.bb

index e56e0ae..1ce8234 100644 (file)
@@ -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 \
index 301d58a..49c7506 100644 (file)
@@ -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 \