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:49:09 +0200 |
commit | c27c56484b111e94ecfb330fb680f79c21ee0def (patch) | |
tree | 386fb35b643c16cb55a01ac293dfc86c42cf2ba6 | |
parent | 39e3e180960f4d16ab0917a465da84fbab9fc637 (diff) | |
download | meta-qt5-c27c56484b111e94ecfb330fb680f79c21ee0def.tar.gz |
qtgraphicaleffects: 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 qtgraphicaleffects-dev:
| * qtgraphicaleffects (= 5.1.0-r0) *
| * opkg_install_cmd: Cannot install package qtgraphicaleffects-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 |
1 files changed, 2 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 = "" | ||