[OE-core] [PATCH] libpng: Correct SRC_URI path

Khem Raj raj.khem at gmail.com
Wed Dec 11 03:03:51 UTC 2019


On Tue, Dec 10, 2019 at 4:59 PM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> On Wed, Dec 11, 2019 at 12:45 AM Khem Raj <raj.khem at gmail.com> wrote:
> >
> > Fixes fetcher warning
> > WARNING: libpng-1.6.37-r0 do_fetch: Failed to fetch URL https://downloads.sourceforge.net/project/libpng/libpng16/1.6.37/libpng-1.6.37.tar.xz, attempting MIRRORS if available
> >
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> > ---
> >  meta/recipes-multimedia/libpng/libpng_1.6.37.bb | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb
> > index 78f3248d73..47287a0d55 100644
> > --- a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb
> > +++ b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb
> > @@ -7,11 +7,11 @@ DEPENDS = "zlib"
> >
> >  LIBV = "16"
> >
> > -SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz"
> > +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/$${BPN}{LIBV}/${BP}.tar.xz"
> ^ is $$ intended?

its a typo. Good catch.

>
> Andreas


More information about the Openembedded-core mailing list