]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: fix upstream SRC_URI to enable upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 7 Jul 2015 17:03:48 +0000 (20:03 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 14:35:35 +0000 (15:35 +0100)
Previous URI did not allow directory listings.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/pseudo/pseudo_1.6.7.bb

index dc55950e9565f520880ccd53a817d442a44b0c5b..b8c20ad65a34f99aefae5f4513436f317e2f7390 100644 (file)
@@ -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 \
 "