[oe-commits] Robert Yang : cwautomacros: fix SRC_URI and HOMEPAGE

git at git.openembedded.org git at git.openembedded.org
Tue Feb 3 14:54:14 UTC 2015


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jan 27 19:01:12 2015 -0800

cwautomacros: fix SRC_URI and HOMEPAGE

Fixed:
WARNING: Failed to fetch URL http://download.berlios.de/cwautomacros/cwautomacros-20110201.tar.bz2, attempting MIRRORS if available

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
index 4e12169..43ea3ce 100644
--- a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
+++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
@@ -1,10 +1,10 @@
 SUMMARY = "Collection of autoconf m4 macros"
 SECTION = "base"
-HOMEPAGE = "http://cwautomacros.berlios.de/"
+HOMEPAGE = "http://sourceforge.net/projects/cwautomacros.berlios/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
 
-SRC_URI = "http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2"
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}.berlios/${BP}.tar.bz2"
 SRC_URI[md5sum] = "074afcb50d0a8bff10786a2954b2b02d"
 SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121"
 



More information about the Openembedded-commits mailing list