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 <[email protected]> --- meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 5 ++--- 1 files changed, 2 insertions(+), 3 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..8ba6644 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,11 +9,10 @@ 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" _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
