aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fbvncserver/fbvncserver-kmodule_0.9.4.bb
blob: 39004cbb7ba47c2dba3746ec76f6501a105aa0e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/misc
	install -m 0644 zaurus_kbdsim.o ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/misc/
}