summaryrefslogtreecommitdiffstats
path: root/meta/packages/update-rc.d
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-07-22 11:27:13 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-22 11:44:28 +0100
commitdc807f54f858419f97e211cd62fd2d30db9a80de (patch)
tree59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta/packages/update-rc.d
parent5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff)
downloadpoky-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.gz
Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/update-rc.d')
-rw-r--r--meta/packages/update-rc.d/update-rc.d_0.7.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/packages/update-rc.d/update-rc.d_0.7.bb b/meta/packages/update-rc.d/update-rc.d_0.7.bb
index 7f68d866de..03ac5c1a29 100644
--- a/meta/packages/update-rc.d/update-rc.d_0.7.bb
+++ b/meta/packages/update-rc.d/update-rc.d_0.7.bb
@@ -17,7 +17,6 @@ S = "${WORKDIR}/update-rc.d"
17do_compile() { 17do_compile() {
18} 18}
19 19
20NATIVE_INSTALL_WORKS = "1"
21do_install() { 20do_install() {
22 install -d ${D}${sbindir} 21 install -d ${D}${sbindir}
23 install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d 22 install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d