mirror of
https://git.yoctoproject.org/poky
synced 2026-06-10 04:00:28 +00: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:
@@ -5,8 +5,4 @@ RDEPENDS = ""
|
||||
|
||||
#BUILD_CFLAGS += "-I${STAGING_LIBDIR}/glib-2.0"
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user