[oe] [meta-qt5][PATCH 1/2] qt5-plugin-generic-vboxtouch: Import from meta-webos-ports

Martin Jansa martin.jansa at gmail.com
Fri Dec 12 17:07:29 UTC 2014


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb

diff --git a/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
new file mode 100644
index 0000000..7308064
--- /dev/null
+++ b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "This driver extends Qt's platform support (QPA) for Virtualbox guests. \
+It uses the integrated pointer feature to create a smooth conversion from \
+the host pointer to touchscreen events in the guest, without grabbing the \
+host pointer."
+SUMMARY = "Touchscreen driver for integrated mouse pointer in VirtualBox"
+LICENSE = "LGPL-2.1 & GPL-3.0"
+LIC_FILES_CHKSUM = " \
+    file://vboxtouch.cpp;beginline=1;endline=22;md5=ca51db8f7c0606c77f702dcee4cf31d9 \
+    file://evdevmousehandler.cpp;beginline=1;endline=40;md5=9081062f6e7f74b6e62ad7ecee4a71be \
+"
+
+PV = "1.0+gitr${SRCPV}"
+
+DEPENDS = "qtbase"
+
+SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git"
+SRCREV = "7d7a6dfd501c43687e7bb110610cac5f7c9abd4b"
+S = "${WORKDIR}/git/vboxtouch"
+
+inherit qmake5
+
+FILES_${PN} += "${libdir}/qt5/plugins/generic/libvboxtouchplugin.so"
+FILES_${PN}-dbg += "${libdir}/qt5/plugins/generic/.debug/"
-- 
2.1.3



More information about the Openembedded-devel mailing list