[oe] [PATCH] qwt: Adjusted SRC_URI to point to a URL + PATH that works.

wayne, steve steven.w.warren at gmail.com
Wed Apr 17 16:40:58 UTC 2013


Eric,

Indeed it is working one my end today using both wget and the unmodified
recipe in a different clone of the meta-openembedded recipe.

Yesterday I was receiving a '502: Internal Server Error'....I guess if I
had looked into that (
http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error) I
could have figured out there was some temporary service problem at
sourceforge.

Thanks for double-checking!

Wayne



wayne


On Wed, Apr 17, 2013 at 3:36 AM, Eric Bénard <eric at eukrea.com> wrote:

> Hi Wayne,
>
> Le Tue, 16 Apr 2013 16:56:49 -0500,
> Wayne Warren <steven.w.warren at gmail.com> a écrit :
>
> > Signed-off-by: Wayne Warren <steven.w.warren at gmail.com>
> > ---
> >  meta-oe/recipes-qt/qwt/qwt.inc |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-qt/qwt/qwt.inc
> b/meta-oe/recipes-qt/qwt/qwt.inc
> > index d9d47f0..e771b01 100644
> > --- a/meta-oe/recipes-qt/qwt/qwt.inc
> > +++ b/meta-oe/recipes-qt/qwt/qwt.inc
> > @@ -5,7 +5,7 @@ SECTION = "libs"
> >  LICENSE = "QWTv1.0"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=dac2743472b0462ff3cfb4af42051c88"
> >
> > -SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tar.bz2;name=qwt \
> > +SRC_URI = "
> http://sourceforge.net/projects/qwt/files/qwt/${PV}/qwt-${PV}.tar.bz2;name=qwt\
>
> What problem do you meet exactly ?
> original SRC_URI works fine from here :
> bitbake.conf defines :
> SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net"
>
> [ebenard at e6520eb ~]$ wget
> http://downloads.sourceforge.net/qwt/qwt-6.0.1.tar.bz2
> [ebenard at e6520eb ~]$ $ echo $?
> 0
> [ebenard at e6520eb ~]$ md5sum qwt-6.0.1.tar.bz2
> ace68558eab873e2da7e641179c4ef0c  qwt-6.0.1.tar.bz2
>
> and the recipe has :
> SRC_URI[qwt.md5sum] = "ace68558eab873e2da7e641179c4ef0c"
>
> Eric
>



More information about the Openembedded-devel mailing list