diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-29 11:43:02 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-29 11:43:02 +0000 |
commit | 7ef9f09d281e0529f5ae2aa21cd1ba2494b2527e (patch) | |
tree | cf796bf7713b02b450aa10332b98f88ab18f497e /packages/update-rc.d | |
parent | 081432e434818a616a523f9f2bb18e707e4e68e3 (diff) |
update-rc.d: Drop old 0.6 version. Set PACKAGE_ARCH = all. Update to reference STAGING_BINDIR_NATIVE
Diffstat (limited to 'packages/update-rc.d')
-rw-r--r-- | packages/update-rc.d/update-rc.d-0.6/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/update-rc.d/update-rc.d-0.6/copyright.patch | 27 | ||||
-rw-r--r-- | packages/update-rc.d/update-rc.d_0.6.bb | 21 | ||||
-rw-r--r-- | packages/update-rc.d/update-rc.d_0.7.bb | 4 |
4 files changed, 3 insertions, 49 deletions
diff --git a/packages/update-rc.d/update-rc.d-0.6/.mtn2git_empty b/packages/update-rc.d/update-rc.d-0.6/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/update-rc.d/update-rc.d-0.6/.mtn2git_empty +++ /dev/null diff --git a/packages/update-rc.d/update-rc.d-0.6/copyright.patch b/packages/update-rc.d/update-rc.d-0.6/copyright.patch deleted file mode 100644 index bfe9cb8181..0000000000 --- a/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 <pb@handhelds.org> 2003-06-26 -+# (c) 2003, 2004 Phil Blundell <pb@handhelds.org> - # -+# 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/packages/update-rc.d/update-rc.d_0.6.bb b/packages/update-rc.d/update-rc.d_0.6.bb deleted file mode 100644 index 38b4c218f5..0000000000 --- a/packages/update-rc.d/update-rc.d_0.6.bb +++ /dev/null @@ -1,21 +0,0 @@ -SECTION = "base" -PRIORITY = "standard" -DESCRIPTION = "Manage symlinks in /etc/rcN.d" -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/packages/update-rc.d/update-rc.d_0.7.bb b/packages/update-rc.d/update-rc.d_0.7.bb index 87d1aef9d8..8070197b82 100644 --- a/packages/update-rc.d/update-rc.d_0.7.bb +++ b/packages/update-rc.d/update-rc.d_0.7.bb @@ -7,11 +7,13 @@ PR = "r0" SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7" +PACKAGE_ARCH = "all" + do_compile() { } do_stage() { - install -m 0755 ${S}/update-rc.d ${STAGING_BINDIR}/ + install -m 0755 ${S}/update-rc.d ${STAGING_BINDIR_NATIVE}/ } do_install() { |