]> code.ossystems Code Review - openembedded-core.git/commitdiff
x11vnc: fix SRC_URI
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 18 Apr 2011 08:13:05 +0000 (10:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Apr 2011 08:31:20 +0000 (09:31 +0100)
The download structure got changed at some point and made this recipe unfetchable

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb

index f92eb49a8cba085968226be23fbec7021dd094ff..1c6631881494d350a719173a711e0884d15122c8 100644 (file)
@@ -11,7 +11,7 @@ DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib"
 
 PR = "r1"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz\
+SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc/${PV}/x11vnc-${PV}.tar.gz\
            file://starting-fix.patch \
            file://endian-fix.patch "