[oe-commits] org.oe.dev fbvncserver: remove dependency on version 0.6 of libvncserver. 0.8.x and 0.9 are fine.

Laibsch commit openembedded-commits at lists.openembedded.org
Mon Jan 28 14:17:59 UTC 2008


fbvncserver: remove dependency on version 0.6 of libvncserver.  0.8.x and 0.9 are fine.
* unbreaks build when RDEPENDS line is commented out (the kmodule still fails to build)
* reorder fields according to StyleGuide
* closes 1732

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: f26d698029356f75985aa3a48399bc7aa8f08144
ViewMTN: http://monotone.openembedded.org/revision/info/f26d698029356f75985aa3a48399bc7aa8f08144
Files:
1
packages/vnc/fbvncserver_0.9.4.bb
Diffs:

#
# mt diff -rcc83999174497a83d187a618da1582e168c92732 -rf26d698029356f75985aa3a48399bc7aa8f08144
#
# 
# 
# patch "packages/vnc/fbvncserver_0.9.4.bb"
#  from [7b6a88efbf63d435198e6aad7c768bf33026c604]
#    to [9e7ea8b49c59493ba6139930bb536ec0550665d1]
# 
============================================================
--- packages/vnc/fbvncserver_0.9.4.bb	7b6a88efbf63d435198e6aad7c768bf33026c604
+++ packages/vnc/fbvncserver_0.9.4.bb	9e7ea8b49c59493ba6139930bb536ec0550665d1
@@ -1,13 +1,10 @@ DESCRIPTION = "Framebuffer VNC server"
 DESCRIPTION = "Framebuffer VNC server"
-LICENSE = "GPL"
 SECTION = "console/utils"
-#DEPENDS = "libvncserver jpeg zlib"
-# using older version due of error with libvncserver-0.7.1
-# fbvncserver.c:577: error: structure has no member named `rfbAlwaysShared'
-# fbvncserver.c:602: error: structure has no member named `rfbClientHead'
-DEPENDS = "libvncserver-0.6 jpeg zlib"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "libvncserver jpeg zlib"
 RDEPENDS = "fbvncserver-kmodule libvncserver-storepasswd libvncserver-javaapplet"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \
            file://libvncs0.6.patch;patch=1 \
@@ -20,7 +17,6 @@ export INCLUDES = "-I${STAGING_INCDIR}"
 S = "${WORKDIR}/fbvncserver-${PV}"
 
 export INCLUDES = "-I${STAGING_INCDIR}"
-
 export LIBS = "-L${STAGING_LIBDIR} -lpthread"
 export VNCSERVER_DIR = "${STAGING_LIBDIR}"
 export ZAURUS_ZLIB_LIBS = "${STAGING_LIBDIR}"






More information about the Openembedded-commits mailing list