summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-scons-native_3.0.0.bb
diff options
context:
space:
mode:
authorJose Lamego <jose.a.lamego@linux.intel.com>2017-10-19 14:28:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 13:54:44 +0000
commit4fe7774f08ba46bd1d68e56eff3f4912db107c25 (patch)
tree331a04de1084f4d4e68bcd7c6342ebc35f743c89 /meta/recipes-devtools/python/python-scons-native_3.0.0.bb
parentb36100bb3077947361c858f891eb15a76013671e (diff)
downloadopenembedded-core-4fe7774f08ba46bd1d68e56eff3f4912db107c25.tar.gz
openembedded-core-4fe7774f08ba46bd1d68e56eff3f4912db107c25.tar.bz2
openembedded-core-4fe7774f08ba46bd1d68e56eff3f4912db107c25.zip
python-scons*: upgrade to 3.0.0
Both python-scons and python-scons-native need to be upgraded to latest upstream version. LIC_FILES_CHKSUM changed due to updated year in date, but rest of file remain the same. Following dependencies were added to enable appropriate package usage: python-shell, python-pprint and python-importlib. A patch was taken from upstream to support python2 print statements in SConscripts. This should be included in next version. These changes were tested in qemux86 with core-image-minimal. Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons-native_3.0.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons-native_3.0.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_3.0.0.bb b/meta/recipes-devtools/python/python-scons-native_3.0.0.bb
new file mode 100644
index 0000000000..dae89ab5d2
--- /dev/null
+++ b/meta/recipes-devtools/python/python-scons-native_3.0.0.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}'
+}