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:31:20 +0100 |
commit | 98bd7497c9fa904b01e4984e34d61daac54b2fab (patch) | |
tree | 68bdd1151d658745ecfe3705fa3ea24995322aea /meta | |
parent | 1229f5dbd48362c7717ac31b631aefce2dccbdc1 (diff) | |
download | openembedded-core-98bd7497c9fa904b01e4984e34d61daac54b2fab.tar.gz openembedded-core-98bd7497c9fa904b01e4984e34d61daac54b2fab.tar.bz2 openembedded-core-98bd7497c9fa904b01e4984e34d61daac54b2fab.zip |
x11vnc: fix SRC_URI
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>
Diffstat (limited to 'meta')
-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" 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 " |