From: Phil Blundell Date: Tue, 17 May 2011 12:28:07 +0000 (+0100) Subject: update-rc.d: point SRC_URI to new devel repo X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~45575 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1510fb829eff897efb888ae853d2ede90351c9a1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git update-rc.d: point SRC_URI to new devel repo handhelds.org cvs is down and doesn't seem to be coming back. update-rc.d now has a new upstream home, point SRC_URI to that. Signed-off-by: Phil Blundell Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index accb385291c..403056a9124 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=148a48321b10eb PR = "r3" -SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7 \ +SRC_URI = "git://github.com/philb/update-rc.d.git;tag=update-rc.d_${PV};protocol=git \ file://add-verbose.patch;apply=yes" S = "${WORKDIR}/update-rc.d"