[oe-commits] Martin Dietze : logrotate-script: fixed broken download URL

git version control git at git.openembedded.org
Wed May 27 19:51:16 UTC 2009


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

Author: Martin Dietze <martin at the-little-red-haired-girl.org>
Date:   Sat May 23 13:27:14 2009 +0200

logrotate-script: fixed broken download URL

---

 recipes/logrotate-script/logrotate-script_cvs.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/logrotate-script/logrotate-script_cvs.bb b/recipes/logrotate-script/logrotate-script_cvs.bb
index a46b265..2c6fd90 100644
--- a/recipes/logrotate-script/logrotate-script_cvs.bb
+++ b/recipes/logrotate-script/logrotate-script_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "admin"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-SRC_URI = "http://meshcube.org/download/logrotate_${SRCDATE}.tgz"
+SRC_URI = "http://download.berlin.freifunk.net/meshcube.org/nylon/stable/sources/logrotate_${SRCDATE}.tgz"
 S = "${WORKDIR}/${PN}"
 
 do_install() {





More information about the Openembedded-commits mailing list