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

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


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jan 19 19:14:25 2015 -0800

cdrtools-native: fix HOMEPAGE and SRC_URI

The old ones are invalid, fixed:
WARNING: Failed to fetch URL ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a20.tar.bz2, attempting MIRRORS if available

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

---

 meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
index 01f9e6e..2827109 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
@@ -2,12 +2,12 @@
 # Copyright (C) 2004-2006, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 SUMMARY = "A set of tools for CD recording, including cdrecord"
-HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html"
+HOMEPAGE = "http://sourceforge.net/projects/cdrtools/"
 SECTION = "console/utils"
 LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
 
-SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-${PV}.tar.bz2"
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/cdrtools/alpha/cdrtools-${PV}.tar.bz2"
 
 SRC_URI[md5sum] = "f8c6f0fdcba7df0606095498d10315a7"
 SRC_URI[sha256sum] = "e399ea964b8048793721b71461271e46d81f242bd2feefb8dbd259c30e75a5a9"



More information about the Openembedded-commits mailing list