[oe-commits] Phil Blundell : update-rc.d: point SRC_URI to new devel repo

git version control git at git.openembedded.org
Tue May 17 17:14:55 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 1510fb829eff897efb888ae853d2ede90351c9a1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1510fb829eff897efb888ae853d2ede90351c9a1

Author: Phil Blundell <pb at pbcl.net>
Date:   Tue May 17 13:28:07 2011 +0100

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 <philb at gnu.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/update-rc.d/update-rc.d_0.7.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 accb385..403056a 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"





More information about the Openembedded-commits mailing list