linuxOS_PX30_CAR/yocto/poky/meta/recipes-devtools/python/python3-scons-native_4.2.0.bb

8 lines
261 B
BlitzBasic
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
require python3-scons_${PV}.bb
inherit native python3native
DEPENDS = "python3-native python3-setuptools-native"
do_install:append() {
create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1'
}