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/python/python-native_2.6.5.bb | |
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/python/python-native_2.6.5.bb')
-rw-r--r-- | meta/packages/python/python-native_2.6.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/packages/python/python-native_2.6.5.bb b/meta/packages/python/python-native_2.6.5.bb index d766853c18..cb95e4b964 100644 --- a/meta/packages/python/python-native_2.6.5.bb +++ b/meta/packages/python/python-native_2.6.5.bb | |||
@@ -23,7 +23,6 @@ EXTRA_OEMAKE = '\ | |||
23 | STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \ | 23 | STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \ |
24 | ' | 24 | ' |
25 | 25 | ||
26 | NATIVE_INSTALL_WORKS = "1" | ||
27 | do_install() { | 26 | do_install() { |
28 | oe_runmake 'DESTDIR=${D}' install | 27 | oe_runmake 'DESTDIR=${D}' install |
29 | install -d ${D}${bindir}/ | 28 | install -d ${D}${bindir}/ |