From b2f192faabe412adce79534e22efe9fb69ee40e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 10:10:31 +0000 Subject: Rename /openembedded/ -> /meta/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../update-rc.d/update-rc.d-0.6/copyright.patch | 27 ---------------------- .../packages/update-rc.d/update-rc.d_0.6.bb | 22 ------------------ .../packages/update-rc.d/update-rc.d_0.7.bb | 21 ----------------- 3 files changed, 70 deletions(-) delete mode 100644 openembedded/packages/update-rc.d/update-rc.d-0.6/copyright.patch delete mode 100644 openembedded/packages/update-rc.d/update-rc.d_0.6.bb delete mode 100644 openembedded/packages/update-rc.d/update-rc.d_0.7.bb (limited to 'openembedded/packages/update-rc.d') diff --git a/openembedded/packages/update-rc.d/update-rc.d-0.6/copyright.patch b/openembedded/packages/update-rc.d/update-rc.d-0.6/copyright.patch deleted file mode 100644 index bfe9cb8181..0000000000 --- a/openembedded/packages/update-rc.d/update-rc.d-0.6/copyright.patch +++ /dev/null @@ -1,27 +0,0 @@ -Index: update-rc.d -=================================================================== -RCS file: /cvs/apps/update-rc.d/update-rc.d,v -retrieving revision 1.6 -retrieving revision 1.7 -diff -u -r1.6 -r1.7 ---- update-rc.d/update-rc.d 31 Dec 2004 12:21:40 -0000 1.6 -+++ update-rc.d/update-rc.d 31 Dec 2004 16:39:09 -0000 1.7 -@@ -2,8 +2,17 @@ - # - # update-rc.d Update the links in /etc/rc[0-9S].d/ - # --# Phil Blundell 2003-06-26 -+# (c) 2003, 2004 Phil Blundell - # -+# This program is free software; you can redistribute it and/or modify -+# it under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 2, or (at your option) -+# any later version. -+# -+# This program is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+# GNU General Public License for more details. - - initd="/etc/init.d" - etcd="/etc/rc" diff --git a/openembedded/packages/update-rc.d/update-rc.d_0.6.bb b/openembedded/packages/update-rc.d/update-rc.d_0.6.bb deleted file mode 100644 index ba2f551371..0000000000 --- a/openembedded/packages/update-rc.d/update-rc.d_0.6.bb +++ /dev/null @@ -1,22 +0,0 @@ -SECTION = "base" -PRIORITY = "standard" -DESCRIPTION = "Manage symlinks in /etc/rcN.d" -MAINTAINER = "Phil Blundell " -LICENSE = "GPL" -S = "${WORKDIR}/update-rc.d" -PR = "r1" - -SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_6 \ - file://copyright.patch;patch=1" - -do_compile() { -} - -do_stage() { - install -m 0755 ${S}/update-rc.d ${STAGING_BINDIR}/ -} - -do_install() { - install -d ${D}${sbindir} - install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d -} diff --git a/openembedded/packages/update-rc.d/update-rc.d_0.7.bb b/openembedded/packages/update-rc.d/update-rc.d_0.7.bb deleted file mode 100644 index ae1cfe83fe..0000000000 --- a/openembedded/packages/update-rc.d/update-rc.d_0.7.bb +++ /dev/null @@ -1,21 +0,0 @@ -SECTION = "base" -PRIORITY = "standard" -DESCRIPTION = "Manage symlinks in /etc/rcN.d" -MAINTAINER = "Phil Blundell " -LICENSE = "GPL" -S = "${WORKDIR}/update-rc.d" -PR = "r0" - -SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7" - -do_compile() { -} - -do_stage() { - install -m 0755 ${S}/update-rc.d ${STAGING_BINDIR}/ -} - -do_install() { - install -d ${D}${sbindir} - install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d -} -- cgit v1.2.3-54-g00ecf