From: Koen Kooi Date: Tue, 15 Jul 2008 09:15:18 +0000 (+0000) Subject: neuros-qt-plugins: add qt input driver for the neuros IR remote X-Git-Tag: Release-2010-05/1~6543^2~7^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f07b0542e6e677402f153d2b24a729add8d600c9;p=openembedded.git neuros-qt-plugins: add qt input driver for the neuros IR remote --- diff --git a/packages/neuros-public/.mtn2git_empty b/packages/neuros-public/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/neuros-public/neuros-qt-plugins_git.bb b/packages/neuros-public/neuros-qt-plugins_git.bb new file mode 100644 index 0000000000..c0e4b30b21 --- /dev/null +++ b/packages/neuros-public/neuros-qt-plugins_git.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Neuros qt-plugins" +LICENSE = "GPL" + +DEPENDS = "qt-embedded" + +inherit qtopia4core + +SRCREV = "6787bd510524155d783e1bce323fc5a14cf9ebd2" +SRC_URI = "git://git.neurostechnology.com/git/qt-plugins;protocol=git" +S = "${WORKDIR}/git/osdir" + +do_install() { + install -d ${D}/${libdir}/${QT_DIR_NAME}/plugins/inputmethods/ + install -m 0755 ${S}/build/*plugin* ${D}/${libdir}/${QT_DIR_NAME}/plugins/inputmethods/ +} + +FILES_${PN} += "${libdir}/${QT_DIR_NAME}/plugins" +FILES_${PN}-dbg += "${libdir}/${QT_DIR_NAME}/plugins/*/.debug" +