summaryrefslogtreecommitdiffstats
path: root/recipes-qt3
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-07 17:55:00 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-08 15:09:06 +0000
commit33d93fe90cae96976a0429b08a4e6790132427bf (patch)
tree3bb4a8510bd581777b7f34f6b9947c8984ed53d4 /recipes-qt3
parent3e9c572030581563be737205408bdf4d41df330e (diff)
downloadmeta-qt3-33d93fe90cae96976a0429b08a4e6790132427bf.tar.gz
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>
Diffstat (limited to 'recipes-qt3')
-rw-r--r--recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb2
-rw-r--r--recipes-qt3/qt3/qt-x11-free_3.3.7.bb1
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"
6HOMEPAGE = "http://www.trolltech.com" 6HOMEPAGE = "http://www.trolltech.com"
7PR = "r2" 7PR = "r2"
8 8
9PROVIDES += "qt-x11-free-native"
10FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free" 9FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free"
11 10
12LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \ 11LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \
@@ -22,7 +21,6 @@ S = "${WORKDIR}/qt-x11-free-${PV}"
22# or the full qmake.oeclass. 21# or the full qmake.oeclass.
23# 22#
24 23
25PROVIDES = "qt-x11-free-native"
26export QTDIR = "${S}" 24export QTDIR = "${S}"
27export SYSCONF_CXX = "${CCACHE} g++" 25export SYSCONF_CXX = "${CCACHE} g++"
28export SYSCONF_CC = "${CCACHE} gcc" 26export 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
2PROVIDES = "qt3x11" 2PROVIDES = "qt3x11"
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.1"
4 4
5PREFERRED_VERSION_qt-x11-free = 3.3.7
6LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b07b0d5ac6b1822effe47173a1744433 \ 5LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b07b0d5ac6b1822effe47173a1744433 \
7 file://LICENSE.QPL;md5=b81b6b6fc04ed873adde5aa901c0613b" 6 file://LICENSE.QPL;md5=b81b6b6fc04ed873adde5aa901c0613b"
8 7