aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons-native_2.5.0.bb
blob: dae89ab5d2888b9e380036ee0b6ecd07bd5c265b (plain)
1
2
3
4
5
6
7
8
require python-scons_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""

do_install_append() {
    create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
}