[oe] [meta-qt5][PATCH] qtquick1: fix rootfs creation errors

Li Xin lixin.fnst at cn.fujitsu.com
Fri Apr 29 05:57:39 UTC 2016


The error is as following:
1) Can't install libqt5declarative-plugins-***: no package
   provides libQt5Declarative.so.5(Qt_5_PRIVATE_API)

2) ERROR: Nothing RPROVIDES 'libqt5declarative-tools'

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
---
 recipes-qt/qt5/qtquick1_git.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb
index 61b02a1..ec4c18c 100644
--- a/recipes-qt/qt5/qtquick1_git.bb
+++ b/recipes-qt/qt5/qtquick1_git.bb
@@ -24,3 +24,14 @@ do_configure_prepend() {
 }
 
 SRCREV = "563ce3888f3c04abcc96ba236b20c7a822bc88e2"
+
+PROVIDES += "qtquick1"
+RPROVIDES_libqt5declarative5 += "qtquick1"
+RREPLACES_libqt5declarative5 += "qtquick1"
+RCONFLICTS_libqt5declarative5 += "qtquick1"
+
+PACKAGES += "libqt5declarative5 \
+             libqt5declarative-tools \
+             libqt5declarative-qmlplugins \
+             libqt5declarative-plugins \
+             "
-- 
1.8.4.2






More information about the Openembedded-devel mailing list