| Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | require python3-scons_${PV}.bb |
| 2 | inherit native python3native | ||||
| 3 | DEPENDS = "python3-native python3-setuptools-native" | ||||
| 4 | |||||
| 5 | do_install_append() { | ||||
| 6 | create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1' | ||||
| 7 | } | ||||