[oe] [PATCH 5/6] meta-framework-qt5: Cleanup packaging and enable dbus activation.

Stefan Schmidt stefan at datenfreihafen.org
Sat Sep 28 22:25:18 UTC 2013


* Move pkgconfig files, headers and spec files into dev.
* Cleanup packaging rules
* Enable dbus activation to start maliit server on demand
---
 recipes-qt/maliit/maliit-framework-qt5_git.bb | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb b/recipes-qt/maliit/maliit-framework-qt5_git.bb
index 4f2da19..be3b1c1 100644
--- a/recipes-qt/maliit/maliit-framework-qt5_git.bb
+++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb
@@ -31,23 +31,19 @@ RRECOMMENDS_${PN} = "maliit-plugins-qt5"
 
 FILES_${PN} += "\
     ${libdir}/*.so* \
-    ${libdir}/pkgconfig \
-    ${libdir}/qt5 \
-    ${bindir}/maliit-server \
-    ${includedir}/maliit \
+    ${bindir} \
     ${datadir}/applications/maliit-server.desktop \
+    ${datadir}/dbus-1 \
 "
 
 FILES_${PN}-dbg += "\
     ${libdir}/maliit-framework-tests \
 "
 
-FILES_${PN}-dev += "${datadir}"
-
-FILES_${PN}-gtk +="\
-    ${bindir}/maliit-exampleapp-gtk* \
-    \
-    ${libdir}/gtk-*/*/immodules/libim-maliit.so\
+FILES_${PN}-dev += "\
+    ${includedir}/maliit \
+    ${libdir}/pkgconfig \
+    ${libdir}/qt5 \
 "
 
 EXTRA_QMAKEVARS_PRE = "\
@@ -62,6 +58,7 @@ EXTRA_QMAKEVARS_PRE = "\
     CONFIG+=nosdk \
     CONFIG+=nodoc \
     CONFIG+=noxcb \
+    CONFIG+=enable-dbus-activation \
 "
 
 EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
-- 
1.8.4.rc3




More information about the Openembedded-devel mailing list