diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-07 17:55:00 +0000 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-08 15:09:06 +0000 |
commit | 33d93fe90cae96976a0429b08a4e6790132427bf (patch) | |
tree | 3bb4a8510bd581777b7f34f6b9947c8984ed53d4 | |
parent | 3e9c572030581563be737205408bdf4d41df330e (diff) | |
download | meta-qt3-33d93fe90cae96976a0429b08a4e6790132427bf.tar.gz meta-qt3-33d93fe90cae96976a0429b08a4e6790132427bf.tar.bz2 meta-qt3-33d93fe90cae96976a0429b08a4e6790132427bf.zip |
qt-x11-free(-native): remove erroneous PROVIDES
None of these statements do anything, because a recipe always PROVIDES
${PN} by default.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r-- | recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 2 | ||||
-rw-r--r-- | recipes-qt3/qt3/qt-x11-free_3.3.7.bb | 1 |
2 files changed, 0 insertions, 3 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 15f71d4..7dd9a34 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 @@ -6,7 +6,6 @@ DEPENDS = "xmu-native" HOMEPAGE = "http://www.trolltech.com" PR = "r2" -PROVIDES += "qt-x11-free-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free" LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \ @@ -22,7 +21,6 @@ S = "${WORKDIR}/qt-x11-free-${PV}" # or the full qmake.oeclass. # -PROVIDES = "qt-x11-free-native" export QTDIR = "${S}" export SYSCONF_CXX = "${CCACHE} g++" export SYSCONF_CC = "${CCACHE} gcc" diff --git a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb index f2e8591..a67dd63 100644 --- a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb +++ b/recipes-qt3/qt3/qt-x11-free_3.3.7.bb @@ -2,7 +2,6 @@ DEPENDS = "qt-x11-free-native freetype virtual/libx11 libxmu libxft libxext libx PROVIDES = "qt3x11" PR = "${INC_PR}.1" -PREFERRED_VERSION_qt-x11-free = 3.3.7 LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b07b0d5ac6b1822effe47173a1744433 \ file://LICENSE.QPL;md5=b81b6b6fc04ed873adde5aa901c0613b" |