diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-18 10:13:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 09:57:00 +0100 |
commit | 08646327f4393302c0d24e9921b2d9e028fc29d2 (patch) | |
tree | 2ed8bf3be8a810492cfcd671b3430743eb344777 /meta/recipes-graphics/x11vnc | |
parent | 2ee0be82d065aeee716a9c0289bf111ea121e6dc (diff) | |
download | poky-08646327f4393302c0d24e9921b2d9e028fc29d2.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/x11vnc')
-rw-r--r-- | meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb | 2 |
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 | ||
12 | PR = "r1" | 12 | PR = "r1" |
13 | 13 | ||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz\ | 14 | SRC_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 | ||