aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5.inc
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-23 13:42:05 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-15 16:46:42 +0100
commit76c57af769d7627db760dddceeb673d75a05cebf (patch)
tree6e2319cb202c35eba3f5454d1511a37c4f27fe74 /recipes-qt/qt5/qt5.inc
parente60184beef8e231f37cec6c919f2b64935b5ccc3 (diff)
qt5: overwrite RRECOMMENDS_${PN} for native packages
The class-target overwrite for RRECOMMENDS_${PN} prevented appending new packages to the list in other recipes, without using the class-target overwrite there as well. Instead set RECOMMENDS to empty for native packages, where it is not needed. Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5.inc')
-rw-r--r--recipes-qt/qt5/qt5.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index 39f7c3ce..4b748fb3 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -48,10 +48,11 @@ PACKAGES =. "${PN}-qmlplugins-dbg ${PN}-tools-dbg ${PN}-plugins-dbg ${PN}-qmldes
ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY_${PN}-dbg = "1"
-RRECOMMENDS_${PN}_class-target = " \
+RRECOMMENDS_${PN} = " \
${PN}-plugins \
${PN}-qmlplugins \
"
+RRECOMMENDS_${PN}_class-native = ""
RRECOMMENDS_${PN}-dev = " \
${PN} \