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-08-01 07:34:07 +0100 |
commit | 91c95326ac372ff6c1161592080e43dfe54d2422 (patch) | |
tree | 3f9a64b9f64a8b72fa145bcb2bf59944f7ad9253 | |
parent | 0bb94f471d99ef8e3d9804a410002a75c2e25b46 (diff) | |
download | poky-91c95326ac372ff6c1161592080e43dfe54d2422.tar.gz |
pseudo: fix upstream SRC_URI to enable upstream version check
Previous URI did not allow directory listings.
(From OE-Core rev: c0f5e92be2da10898a73470f92284802d00908e4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | SRC_URI = " \ | 3 | SRC_URI = " \ |
4 | http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \ | 4 | http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz2 \ |
5 | file://fallback-passwd \ | 5 | file://fallback-passwd \ |
6 | file://fallback-group \ | 6 | file://fallback-group \ |
7 | " | 7 | " |