From 84cd4be2491895b0c3a0af64e4c83d58910d1f6c Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 20 Oct 2013 16:48:55 +0000 Subject: [PATCH] maliit-framework-qt5: package only ${libdir}/qt5/mkspecs within ${PN}-dev 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 Signed-off-by: Martin Jansa --- 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 35d21cad1e..2d8360339f 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 = "\