summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-01-11 19:39:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-16 22:38:53 +0000
commita19e3961a42af7a685113ded236122e927d32b5e (patch)
treebe44d79adfe7cad5521d851a7d84561ace7aa030
parent4c5f33c8fc6de88b8cf0a6056ce48748aee1d237 (diff)
downloadpoky-a19e3961a42af7a685113ded236122e927d32b5e.tar.gz
stress: update SRC_URI
Fixes: WARNING: stress-1.0.4-r0 do_fetch: Failed to fetch URL http://people.seas.harvard.edu/~apw/stress/stress-1.0.4.tar.gz, attempting MIRRORS if available (From OE-Core rev: 279c4da2e5f46dccfeff0c898c2205940be9e174) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/stress/stress_1.0.4.bb2
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 e9179d3e19..42046d5bf4 100644
--- a/meta/recipes-extended/stress/stress_1.0.4.bb
+++ b/meta/recipes-extended/stress/stress_1.0.4.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8SRC_URI = "http://people.seas.harvard.edu/~apw/${BPN}/${BP}.tar.gz \ 8SRC_URI = "https://fossies.org/linux/privat/${BP}.tar.gz \
9 file://texinfo.patch \ 9 file://texinfo.patch \
10 " 10 "
11 11