[oe] [meta-qt5][PATCH] maliit-framework-qt5: package only ${libdir}/qt5/mkspecs within ${PN}-dev

Simon Busch morphis at gravedo.de
Sun Oct 20 16:48:55 UTC 2013


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 <morphis at gravedo.de>
---
 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




More information about the Openembedded-devel mailing list