blob: dae89ab5d2888b9e380036ee0b6ecd07bd5c265b [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require python-scons_${PV}.bb
2inherit native pythonnative
3DEPENDS = "python-native"
4RDEPENDS_${PN} = ""
5
6do_install_append() {
7 create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
8}