aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2011-12-21 17:22:41 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2012-09-27 17:51:49 +0200
commit119830e5a930cf6e9fe53ce3daf8035ef53009a5 (patch)
tree441a5246cd9f0b071403db7221dc81ef6b299d55
parent02a8bddaf70e36486eb2f324b8726219d6e6dbf0 (diff)
downloadopenembedded-119830e5a930cf6e9fe53ce3daf8035ef53009a5.tar.gz
qt4-tools-sdk.inc: Replace target tools packages in SDK
The Qt SDK tools should replace the Qt/X11 and Qt/E tools packages. This avoid conflicts building Qt SDKs and getting multiple versions of tools into these. Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
-rw-r--r--recipes/qt4/qt4-tools-sdk.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-tools-sdk.inc b/recipes/qt4/qt4-tools-sdk.inc
index bd70046e61..b1691dcbc9 100644
--- a/recipes/qt4/qt4-tools-sdk.inc
+++ b/recipes/qt4/qt4-tools-sdk.inc
@@ -17,6 +17,10 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}.
file://g++.conf \
file://linux.conf"
+RPROVIDES_${PN} = "qt4-tools qt4-embedded-tools"
+RREPLACES_${PN} = "qt4-tools qt4-embedded-tools"
+RCONFLICTS_${PN} = "qt4-tools qt4-embedded-tools"
+
S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"