diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-09-26 09:45:47 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-08 15:50:10 +0200 |
commit | 2ecccc2ca2eb017b32db3697f2750b9e7aec78e8 (patch) | |
tree | e5fb4d835a6958fda077a75aaf7100d6445805ef | |
parent | 67be00639756dd0193b090da5d759b134b2e9436 (diff) | |
download | meta-qt5-2ecccc2ca2eb017b32db3697f2750b9e7aec78e8.tar.gz |
qtgraphicaleffects, qtquickcontrols: Don't use PN in PN-dev RDEPENDS
* fix do_rootfs for images with dev-pkgs in IMAGE_FEATURES
| Collected errors:
| * satisfy_dependencies_for: Cannot satisfy the following dependencies for qtquickcontrols-dev:
| * qtquickcontrols (= 5.1.0-r0) *
| * opkg_install_cmd: Cannot install package qtquickcontrols-dev.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtgraphicaleffects.inc | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtquickcontrols.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtgraphicaleffects.inc b/recipes-qt/qt5/qtgraphicaleffects.inc index 63e884ea..2ced3c21 100644 --- a/recipes-qt/qt5/qtgraphicaleffects.inc +++ b/recipes-qt/qt5/qtgraphicaleffects.inc | |||
@@ -1,3 +1,5 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | DEPENDS += "qtdeclarative" | 3 | DEPENDS += "qtdeclarative" |
4 | |||
5 | RDEPENDS_${PN}-dev = "" | ||
diff --git a/recipes-qt/qt5/qtquickcontrols.inc b/recipes-qt/qt5/qtquickcontrols.inc index 63e884ea..2ced3c21 100644 --- a/recipes-qt/qt5/qtquickcontrols.inc +++ b/recipes-qt/qt5/qtquickcontrols.inc | |||
@@ -1,3 +1,5 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | DEPENDS += "qtdeclarative" | 3 | DEPENDS += "qtdeclarative" |
4 | |||
5 | RDEPENDS_${PN}-dev = "" | ||