]> code.ossystems Code Review - openembedded-core.git/commitdiff
update-rc.d: point SRC_URI to new devel repo
authorPhil Blundell <pb@pbcl.net>
Tue, 17 May 2011 12:28:07 +0000 (13:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 May 2011 13:45:45 +0000 (14:45 +0100)
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 <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/update-rc.d/update-rc.d_0.7.bb

index accb385291c8feddd4ed4e84405c23d47c5344ad..403056a9124a73d3162cb004722fbb25f14c8898 100644 (file)
@@ -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"