From dc807f54f858419f97e211cd62fd2d30db9a80de Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Jul 2010 11:27:13 +0100 Subject: 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 --- meta/packages/update-rc.d/update-rc.d_0.7.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/packages/update-rc.d') 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" do_compile() { } -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${D}${sbindir} install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d -- cgit v1.2.3