From: Alexander Kanavin Date: Tue, 7 Jul 2015 17:03:48 +0000 (+0300) Subject: pseudo: fix upstream SRC_URI to enable upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f5e92be2da10898a73470f92284802d00908e4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pseudo: fix upstream SRC_URI to enable upstream version check Previous URI did not allow directory listings. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb index dc55950e956..b8c20ad65a3 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb @@ -1,7 +1,7 @@ require pseudo.inc SRC_URI = " \ - http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \ + http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz2 \ file://fallback-passwd \ file://fallback-group \ "