mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
License file changes copyright years only. (From OE-Core rev: 31ef959d9c0f2fc9a141d06ef01b5cfb14412c4e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
241 B
BlitzBasic
9 lines
241 B
BlitzBasic
require python-scons_${PV}.bb
|
|
inherit native pythonnative
|
|
DEPENDS = "python-native"
|
|
RDEPENDS_${PN} = ""
|
|
|
|
do_install_append() {
|
|
create_wrapper ${D}${bindir}/scons PYTHONPATH='$PYTHONPATH:${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
|
|
}
|