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-pyrex-native_0.9.8.5.bb | |
parent | 5716a14bf4366d0c8fe2526759ca3500b4985bc5 (diff) | |
download | openembedded-core-47c19bb87a85073d69adfc20614a12a17e937e1d.tar.gz openembedded-core-47c19bb87a85073d69adfc20614a12a17e937e1d.tar.bz2 openembedded-core-47c19bb87a85073d69adfc20614a12a17e937e1d.zip |
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-pyrex-native_0.9.8.5.bb')
-rw-r--r-- | meta/packages/python/python-pyrex-native_0.9.8.5.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/python/python-pyrex-native_0.9.8.5.bb b/meta/packages/python/python-pyrex-native_0.9.8.5.bb index 4405212040..7912355449 100644 --- a/meta/packages/python/python-pyrex-native_0.9.8.5.bb +++ b/meta/packages/python/python-pyrex-native_0.9.8.5.bb @@ -3,8 +3,4 @@ inherit native DEPENDS = "python-native" RDEPENDS = "" -do_stage() { - BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ - STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \ - ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR} -} +NATIVE_INSTALL_WORKS = "1" |