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/zaurus-updater/encdec-updater.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/packages/zaurus-updater') diff --git a/meta/packages/zaurus-updater/encdec-updater.bb b/meta/packages/zaurus-updater/encdec-updater.bb index dfc157c026..c59d0e2976 100644 --- a/meta/packages/zaurus-updater/encdec-updater.bb +++ b/meta/packages/zaurus-updater/encdec-updater.bb @@ -10,7 +10,6 @@ do_compile() { ${CC} -o encdec-updater ${WORKDIR}/encdec-updater.c } -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${D}${bindir} install -m 0755 encdec-updater ${D}${bindir}/ -- cgit v1.2.3