[oe-commits] Eric Bénard : cdtool: fix SRC_URI

git version control git at git.openembedded.org
Mon Dec 20 23:28:53 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d46260a6800e30a48ecea6e276edda75661e4bb8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d46260a6800e30a48ecea6e276edda75661e4bb8

Author: Eric Bénard <eric at eukrea.com>
Date:   Tue Dec 21 00:16:32 2010 +0100

cdtool: fix SRC_URI

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/cdtool/cdtool_2.1.8.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/cdtool/cdtool_2.1.8.bb b/recipes/cdtool/cdtool_2.1.8.bb
index eaed3f6..6c83439 100644
--- a/recipes/cdtool/cdtool_2.1.8.bb
+++ b/recipes/cdtool/cdtool_2.1.8.bb
@@ -7,7 +7,7 @@ DESCRIPTION="cdtool is a free software package to control the audio functions \
 of an attached CDROM drive from the command line in a quick and scriptable way."
 LICENSE = "GPL"
 
-SRC_URI="http://hinterhof.net/${PN}/dist/${PN}-${PV}.tar.gz \
+SRC_URI="http://ibiblio.org/pub/linux/apps/sound/cdrom/cli/${PN}-${PV}.tar.gz \
 	file://install-no-owner.patch"
 
 inherit autotools





More information about the Openembedded-commits mailing list