From: Michael Lauer Date: Mon, 12 Sep 2005 09:35:07 +0000 (+0000) Subject: qt: PROVIDE qt{3|4}-x11 as Qt is not upwards/downwards compatible across major releases X-Git-Tag: Release-2010-05/1~9453^2~3550^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8365605827d1987b1549d2adbc2d69099851cb7;p=openembedded.git qt: PROVIDE qt{3|4}-x11 as Qt is not upwards/downwards compatible across major releases --- 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 " 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 " 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 \