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/unifdef/unifdef-native_2.6.18+git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/packages/unifdef') diff --git a/meta/packages/unifdef/unifdef-native_2.6.18+git.bb b/meta/packages/unifdef/unifdef-native_2.6.18+git.bb index acdd6acf2..d879782b2 100644 --- a/meta/packages/unifdef/unifdef-native_2.6.18+git.bb +++ b/meta/packages/unifdef/unifdef-native_2.6.18+git.bb @@ -10,8 +10,6 @@ do_compile() { ${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c } -NATIVE_INSTALL_WORKS = "1" - do_install() { install -d ${D}${bindir} install -m 0755 unifdef ${D}${bindir} -- cgit v1.2.3