diff options
Diffstat (limited to 'flexis-zaurus')
-rw-r--r-- | flexis-zaurus/flexis-zaurus_1.0.0.bb | 0 | ||||
-rw-r--r-- | flexis-zaurus/flexis-zaurus_1.0.0.oe | 17 |
2 files changed, 0 insertions, 17 deletions
diff --git a/flexis-zaurus/flexis-zaurus_1.0.0.bb b/flexis-zaurus/flexis-zaurus_1.0.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/flexis-zaurus/flexis-zaurus_1.0.0.bb diff --git a/flexis-zaurus/flexis-zaurus_1.0.0.oe b/flexis-zaurus/flexis-zaurus_1.0.0.oe deleted file mode 100644 index 8ef8d4c1e0..0000000000 --- a/flexis-zaurus/flexis-zaurus_1.0.0.oe +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A Qtopia/Opie Input Method plugin for the Flexis FX100 Keyboard." -SECTION = "opie/inputmethods" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -PR = "r1" - -SRC_URI = "http://www.Vanille.de/mirror/flexis-zaurus-${PV}.tar.bz2" -S = "${WORKDIR}/flexis-zaurus" - -inherit palmtop - -EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia" - -do_install() { - oe_libinstall libqflexis ${D}/${palmtopdir}/plugins/inputmethods/ -} |