[oe-commits] Alexander Kanavin : pseudo: fix upstream SRC_URI to enable upstream version check

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 06:35:18 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: c0f5e92be2da10898a73470f92284802d00908e4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c0f5e92be2da10898a73470f92284802d00908e4

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Tue Jul  7 20:03:48 2015 +0300

pseudo: fix upstream SRC_URI to enable upstream version check

Previous URI did not allow directory listings.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/pseudo/pseudo_1.6.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb
index dc55950..b8c20ad 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 \
 "



More information about the Openembedded-commits mailing list