python: Drop staging functions. If failures occur we just need to improve do_install

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-19 11:50:58 +00:00
parent 5716a14bf4
commit 47c19bb87a
11 changed files with 12 additions and 63 deletions

View File

@@ -3,14 +3,5 @@ inherit native
DEPENDS = "python-native"
RDEPENDS = ""
do_stage() {
STAGING_LIBDIR=${STAGING_LIBDIR} \
STAGING_INCDIR=${STAGING_INCDIR} \
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \
oefatal "python setup.py install execution failed."
}
NATIVE_INSTALL_WORKS = "1"
do_install() {
:
}