diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-07-10 15:27:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:08 +0100 |
commit | 5f9d379fac16cfe6ca155077e6279242e72a92a9 (patch) | |
tree | 6533e54809fb7e15e58687e7469d76eaa08b8c4e /meta/recipes-extended/stress/stress_1.0.4.bb | |
parent | 1ef03d5a9d8fc2ab14bebb172dade64023386556 (diff) | |
download | poky-5f9d379fac16cfe6ca155077e6279242e72a92a9.tar.gz |
stress: use developer's website for SRC_URI
So that upstream version check happens at the upstream, not
at Fedora's build servers.
(From OE-Core rev: ec5a8e513e12641fe4e181372dfad45f08ae9277)
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>
Diffstat (limited to 'meta/recipes-extended/stress/stress_1.0.4.bb')
-rw-r--r-- | meta/recipes-extended/stress/stress_1.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb index 44f2fc64dd..df96fc0b86 100644 --- a/meta/recipes-extended/stress/stress_1.0.4.bb +++ b/meta/recipes-extended/stress/stress_1.0.4.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-${PV}.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-${PV}.tar.gz \ | 7 | SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \ |
8 | file://texinfo.patch \ | 8 | file://texinfo.patch \ |
9 | " | 9 | " |
10 | 10 | ||