aboutsummaryrefslogtreecommitdiffstats
path: root/fbvncserver/fbvncserver-kmodule_0.9.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'fbvncserver/fbvncserver-kmodule_0.9.4.oe')
-rw-r--r--fbvncserver/fbvncserver-kmodule_0.9.4.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/fbvncserver/fbvncserver-kmodule_0.9.4.oe b/fbvncserver/fbvncserver-kmodule_0.9.4.oe
deleted file mode 100644
index 1b12a8768d..0000000000
--- a/fbvncserver/fbvncserver-kmodule_0.9.4.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "framebuffer VNC server keyboard events module"
-SECTION = "kernel"
-LICENSE = "GPL"
-
-SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \
- file://libvncs0.6.patch;patch=1 \
- file://paths.patch;patch=1 \
- file://kernelinclude.patch;patch=1"
-
-S = "${WORKDIR}/fbvncserver-${PV}"
-
-inherit module
-
-EXTRA_OEMAKE = "KERNEL_INCLUDES=-I${STAGING_KERNEL_DIR}/include zaurus_kbdsim.o"
-
-do_install () {
- install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/misc
- install -m 0644 zaurus_kbdsim.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/misc/
-}