[oe-commits] Alexander Kanavin : stress: use developer's website for SRC_URI

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


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

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Fri Jul 10 15:27:35 2015 +0300

stress: use developer's website for SRC_URI

So that upstream version check happens at the upstream, not
at Fedora's build servers.

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

---

 meta/recipes-extended/stress/stress_1.0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb
index 44f2fc6..df96fc0 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/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-${PV}.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-${PV}.tar.gz \
+SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \
            file://texinfo.patch \
            "
 



More information about the Openembedded-commits mailing list