diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-07-07 20:03:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-31 15:35:35 +0100 |
commit | c0f5e92be2da10898a73470f92284802d00908e4 (patch) | |
tree | 54bb250815be45cc3cb2f44ad9427729b112b43e /meta | |
parent | c6475e9c9e0ed97c2705f66f15e8a6440274565d (diff) | |
download | openembedded-core-c0f5e92be2da10898a73470f92284802d00908e4.tar.gz openembedded-core-c0f5e92be2da10898a73470f92284802d00908e4.tar.bz2 openembedded-core-c0f5e92be2da10898a73470f92284802d00908e4.zip |
pseudo: fix upstream SRC_URI to enable upstream version check
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.6.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb b/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb index dc55950e95..b8c20ad65a 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 \ " |