mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
python-scons: Upgrade from 2.4.1 to 2.5.0
Upgrades both python-scons and python-scons-native to 2.5.0, also fixes a runtime dependency issue when calling scons (From OE-Core rev: 3782164546aca84011940811c411e09601fbe399) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
07c5fd7a0a
commit
313a5f5502
@@ -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 SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
|
||||
}
|
||||
Reference in New Issue
Block a user