diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:27:13 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:44:28 +0100 |
commit | dc807f54f858419f97e211cd62fd2d30db9a80de (patch) | |
tree | 59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta/packages/unifdef | |
parent | 5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff) | |
download | poky-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/unifdef')
-rw-r--r-- | meta/packages/unifdef/unifdef-native_2.6.18+git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 acdd6acf22..d879782b29 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() { | |||
10 | ${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c | 10 | ${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c |
11 | } | 11 | } |
12 | 12 | ||
13 | NATIVE_INSTALL_WORKS = "1" | ||
14 | |||
15 | do_install() { | 13 | do_install() { |
16 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |
17 | install -m 0755 unifdef ${D}${bindir} | 15 | install -m 0755 unifdef ${D}${bindir} |