Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] x11vnc: fix SRC_URI
@ 2011-04-18  8:13 Koen Kooi
  2011-04-18  8:36 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-04-18  8:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

The download structure got changed at some point and made this recipe unfetchable

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 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 f92eb49..1c66318 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 "
 
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-18  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18  8:13 [PATCH] x11vnc: fix SRC_URI Koen Kooi
2011-04-18  8:36 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox