From 8670100bae0ae393c1c1b63cddc08c52c062dfe5 Mon Sep 17 00:00:00 2001 From: Jose Lamego Date: Wed, 16 Nov 2016 15:22:16 -0600 Subject: python-scons*: upgrade to 2.5.1 Both python-scons and python-scons-native need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. (From OE-Core rev: b3dc1eb3baf54a313a9de03700d57f592bbd73b8) Signed-off-by: Jose Lamego Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-scons-native_2.5.1.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta/recipes-devtools/python/python-scons-native_2.5.1.bb (limited to 'meta/recipes-devtools/python/python-scons-native_2.5.1.bb') diff --git a/meta/recipes-devtools/python/python-scons-native_2.5.1.bb b/meta/recipes-devtools/python/python-scons-native_2.5.1.bb new file mode 100644 index 0000000000..dae89ab5d2 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.5.1.bb @@ -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}' +} -- cgit v1.2.3-54-g00ecf