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

Eric Bénard eric at eukrea.com
Wed Apr 17 08:36:35 UTC 2013


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