blob: 9e127304d630301dfddba7dfc8c4b0f15e844818 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001require python3-scons_${PV}.bb
2inherit native python3native
3DEPENDS = "python3-native python3-setuptools-native"
4
5do_install_append() {
6 create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1'
7}