| Submitter | Koen Kooi |
|---|---|
| Date | April 18, 2011, 8:13 a.m. |
| Message ID | <1303114385-9828-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/2459/ |
| State | New, archived |
| Headers | show |
Comments
On Mon, 2011-04-18 at 10:13 +0200, Koen Kooi wrote: > 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 " > Merged to master, thanks. Richard
Patch
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 "
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(-)