diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-19 11:50:58 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-19 11:50:58 +0000 |
commit | 47c19bb87a85073d69adfc20614a12a17e937e1d (patch) | |
tree | f426f86486d41cbf70dd83fc98a3b52f69699943 /meta/packages/python/python-scons-native_0.97.bb | |
parent | 5716a14bf4366d0c8fe2526759ca3500b4985bc5 (diff) | |
download | poky-47c19bb87a85073d69adfc20614a12a17e937e1d.tar.gz |
python: Drop staging functions. If failures occur we just need to improve do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/python/python-scons-native_0.97.bb')
-rw-r--r-- | meta/packages/python/python-scons-native_0.97.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta/packages/python/python-scons-native_0.97.bb b/meta/packages/python/python-scons-native_0.97.bb index 45eeee117a..915cbabd90 100644 --- a/meta/packages/python/python-scons-native_0.97.bb +++ b/meta/packages/python/python-scons-native_0.97.bb | |||
@@ -3,14 +3,5 @@ inherit native | |||
3 | DEPENDS = "python-native" | 3 | DEPENDS = "python-native" |
4 | RDEPENDS = "" | 4 | RDEPENDS = "" |
5 | 5 | ||
6 | do_stage() { | 6 | NATIVE_INSTALL_WORKS = "1" |
7 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | ||
8 | STAGING_INCDIR=${STAGING_INCDIR} \ | ||
9 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | ||
10 | ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \ | ||
11 | oefatal "python setup.py install execution failed." | ||
12 | } | ||
13 | 7 | ||
14 | do_install() { | ||
15 | : | ||
16 | } | ||