aboutsummaryrefslogtreecommitdiffstats
path: root/fbvncserver
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /fbvncserver
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'fbvncserver')
-rw-r--r--fbvncserver/fbvncserver-kmodule_0.9.4.oe8
-rw-r--r--fbvncserver/fbvncserver_0.9.4.oe26
2 files changed, 17 insertions, 17 deletions
diff --git a/fbvncserver/fbvncserver-kmodule_0.9.4.oe b/fbvncserver/fbvncserver-kmodule_0.9.4.oe
index 164f7ef195..2947d790af 100644
--- a/fbvncserver/fbvncserver-kmodule_0.9.4.oe
+++ b/fbvncserver/fbvncserver-kmodule_0.9.4.oe
@@ -1,9 +1,9 @@
DESCRIPTION = "framebuffer VNC server keyboard events module"
-SRC_URI = http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \
- file://${FILESDIR}/libvncs0.6.patch;patch=1 \
- file://${FILESDIR}/paths.patch;patch=1 \
- file://${FILESDIR}/kernelinclude.patch;patch=1
+SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \
+ file://${FILESDIR}/libvncs0.6.patch;patch=1 \
+ file://${FILESDIR}/paths.patch;patch=1 \
+ file://${FILESDIR}/kernelinclude.patch;patch=1"
S = "${WORKDIR}/fbvncserver-${PV}"
diff --git a/fbvncserver/fbvncserver_0.9.4.oe b/fbvncserver/fbvncserver_0.9.4.oe
index 7d20798f5e..8d683ff2c6 100644
--- a/fbvncserver/fbvncserver_0.9.4.oe
+++ b/fbvncserver/fbvncserver_0.9.4.oe
@@ -2,17 +2,17 @@ DESCRIPTION = "framebuffer VNC server"
DEPENDS = "virtual/libc libvncserver jpeg zlib"
RDEPENDS = "libc6 fbvncserver-kmodule libvncserver-storepasswd libvncserver-javaapplet zlib libjpeg"
-SRC_URI = http://sdgsystems.com/download/${PN}-${PV}.tar.gz \
- file://${FILESDIR}/libvncs0.6.patch;patch=1 \
- file://${FILESDIR}/paths.patch;patch=1 \
- file://${FILESDIR}/kernelinclude.patch;patch=1
+SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \
+ file://${FILESDIR}/libvncs0.6.patch;patch=1 \
+ file://${FILESDIR}/paths.patch;patch=1 \
+ file://${FILESDIR}/kernelinclude.patch;patch=1"
-export INCLUDES = -I${STAGING_INCDIR}
+export INCLUDES = "-I${STAGING_INCDIR}"
-export LIBS = -L${STAGING_LIBDIR} -lpthread
-export VNCSERVER_DIR = ${STAGING_LIBDIR}
-export ZAURUS_ZLIB_LIBS = ${STAGING_LIBDIR}
-export ZAURUS_JPEG_LIBS = ${STAGING_LIBDIR}
+export LIBS = "-L${STAGING_LIBDIR} -lpthread"
+export VNCSERVER_DIR = "${STAGING_LIBDIR}"
+export ZAURUS_ZLIB_LIBS = "${STAGING_LIBDIR}"
+export ZAURUS_JPEG_LIBS = "${STAGING_LIBDIR}"
do_compile () {
oe_runmake zaurus_fbvncserver zaurus_tssimd
@@ -32,8 +32,8 @@ do_install () {
install -d ${D}/${sysconfdir}/rc4.d
install -d ${D}/${sysconfdir}/rc5.d
install -m 0755 ${FILESDIR}/init ${D}/${sysconfdir}/init.d/fbvncinput
- ln -sf ../init.d/fbvncinput ${D}/etc/rc2.d/S97fbvncinput
- ln -sf ../init.d/fbvncinput ${D}/etc/rc3.d/S97fbvncinput
- ln -sf ../init.d/fbvncinput ${D}/etc/rc4.d/S97fbvncinput
- ln -sf ../init.d/fbvncinput ${D}/etc/rc5.d/S97fbvncinput
+ ln -sf ../init.d/fbvncinput ${D}/${sysconfdir}/rc2.d/S97fbvncinput
+ ln -sf ../init.d/fbvncinput ${D}/${sysconfdir}/rc3.d/S97fbvncinput
+ ln -sf ../init.d/fbvncinput ${D}/${sysconfdir}/rc4.d/S97fbvncinput
+ ln -sf ../init.d/fbvncinput ${D}/${sysconfdir}/rc5.d/S97fbvncinput
}