mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
python-scons: Upgrade 2.3.0 -> 2.3.2
License file changes copyright years only. (From OE-Core rev: 31ef959d9c0f2fc9a141d06ef01b5cfb14412c4e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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}'
|
||||
}
|
||||
Reference in New Issue
Block a user