mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
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:
@@ -2,9 +2,5 @@ require python-iniparse_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user