From: Koen Kooi Date: Mon, 18 Apr 2011 08:13:05 +0000 (+0200) Subject: x11vnc: fix SRC_URI X-Git-Tag: 2011-1~1746 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=98bd7497c9fa904b01e4984e34d61daac54b2fab;p=openembedded-core.git x11vnc: fix SRC_URI The download structure got changed at some point and made this recipe unfetchable Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb index f92eb49a8c..1c66318814 100644 --- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb +++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb @@ -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 "