mirror of
https://git.yoctoproject.org/poky
synced 2026-03-26 04:02:21 +01:00
python-native: Convert to use do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -27,6 +27,8 @@ EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc \
|
||||
EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS="" STAGING_LIBDIR=${STAGING_LIBDIR} \
|
||||
STAGING_INCDIR=${STAGING_INCDIR}'
|
||||
|
||||
do_stage_append() {
|
||||
install -m 0755 Parser/pgen ${STAGING_BINDIR_NATIVE}/
|
||||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
install -d ${D}${bindir}/
|
||||
install -m 0755 Parser/pgen ${D}${bindir}/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user