When we're building maliit with it's input context plugin enable it gets 
installed into
${libdir}/qt5/plugins/platforminputcontexts which couldn't be added to ${PN} 
cause it's
already in ${PN}-dev and the only part which should go into ${PN}-dev is
${libdir}/qt5/mksepcs and nothing else from ${libdir}/qt5.

Signed-off-by: Simon Busch <[email protected]>
---
 recipes-qt/maliit/maliit-framework-qt5_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb 
b/recipes-qt/maliit/maliit-framework-qt5_git.bb
index 35d21ca..2d83603 100644
--- a/recipes-qt/maliit/maliit-framework-qt5_git.bb
+++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb
@@ -43,7 +43,7 @@ FILES_${PN}-dbg += "\
 FILES_${PN}-dev += "\
     ${includedir}/maliit \
     ${libdir}/pkgconfig \
-    ${libdir}/qt5 \
+    ${libdir}/qt5/mkspecs \
 "
 
 EXTRA_QMAKEVARS_PRE = "\
-- 
1.8.1.2

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to