diff options
Diffstat (limited to 'recipes/vnc')
-rw-r--r-- | recipes/vnc/fbvncserver2_cvs.bb | 4 | ||||
-rw-r--r-- | recipes/vnc/fbvncserver_0.9.4.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/vnc/fbvncserver2_cvs.bb b/recipes/vnc/fbvncserver2_cvs.bb index 023d321a2c..cee7e29e56 100644 --- a/recipes/vnc/fbvncserver2_cvs.bb +++ b/recipes/vnc/fbvncserver2_cvs.bb @@ -6,9 +6,9 @@ PRIORITY = "optional" LICENSE = "GPLv2" DEPENDS = "libvncserver jpeg zlib gmp tslib" RRECOMMENDS_${PN} = "kernel-modules-uinput kernel-module-keybdev" -RCONFLICTS = "fbvncserver, fbvncserver-kmodule" +RCONFLICTS_${PN} = "fbvncserver, fbvncserver-kmodule" PV = "0.0.0+cvs${SRCDATE}" -PR = "r0" +PR = "r1" SRC_URI = "cvs://anonymous@fbvncserver.cvs.sourceforge.net/cvsroot/fbvncserver;method=pserver;module=ipkg" S = "${WORKDIR}/ipkg/src/" diff --git a/recipes/vnc/fbvncserver_0.9.4.bb b/recipes/vnc/fbvncserver_0.9.4.bb index 9b40766801..8c4810b93c 100644 --- a/recipes/vnc/fbvncserver_0.9.4.bb +++ b/recipes/vnc/fbvncserver_0.9.4.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "libvncserver jpeg zlib" RDEPENDS_${PN} = "fbvncserver-kmodule libvncserver-storepasswd libvncserver-javaapplet" -PR = "r3" +PR = "r4" SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \ file://libvncs0.6.patch \ |