From: Eric Bénard Date: Mon, 20 Dec 2010 23:21:08 +0000 (+0100) Subject: bmon: fix SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b7f6398250f37e5db22a3565836c3b5f4997cc;p=openembedded.git bmon: fix SRC_URI Signed-off-by: Eric Bénard --- diff --git a/recipes/bmon/bmon_2.1.0.bb b/recipes/bmon/bmon_2.1.0.bb index 0f263ab043..d8a4195548 100644 --- a/recipes/bmon/bmon_2.1.0.bb +++ b/recipes/bmon/bmon_2.1.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" # only works with libnl-0.5.0 DEPENDS = "libnl" -SRC_URI = "http://people.suug.ch/~tgr/bmon/files/bmon-2.1.0.tar.gz \ +SRC_URI = "http://distfiles.macports.org/bmon/bmon-2.1.0.tar.gz \ file://no-strip.patch" inherit autotools