summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-18 10:13:05 +0200
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:22 -0700
commit84d82c0685fc5e41725e2c00c14218f444b70902 (patch)
tree238bf08212ed15c20895d6ca4a9d92e98a7a69a6 /meta/recipes-graphics
parent9361df5ec235435f71774f3f93812f52af6f0a2e (diff)
downloadpoky-84d82c0685fc5e41725e2c00c14218f444b70902.tar.gz
x11vnc: fix SRC_URI
The download structure got changed at some point and made this recipe unfetchable (From OE-Core rev: 98bd7497c9fa904b01e4984e34d61daac54b2fab) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb2
1 files changed, 1 insertions, 1 deletions
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"
11 11
12PR = "r1" 12PR = "r1"
13 13
14SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz\ 14SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc/${PV}/x11vnc-${PV}.tar.gz\
15 file://starting-fix.patch \ 15 file://starting-fix.patch \
16 file://endian-fix.patch " 16 file://endian-fix.patch "
17 17