summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons-native_2.5.1.bb
diff options
context:
space:
mode:
authorJose Lamego <jose.a.lamego@linux.intel.com>2016-11-16 15:22:16 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-23 11:10:15 +0000
commit8670100bae0ae393c1c1b63cddc08c52c062dfe5 (patch)
treea9533f32c11b0d4f1364dcb685522c7b6dbc4fd8 /meta/recipes-devtools/python/python-scons-native_2.5.1.bb
parent0bfefc3ba53bd42c4fc843af1bc79a7a2c7ef742 (diff)
downloadpoky-8670100bae0ae393c1c1b63cddc08c52c062dfe5.tar.gz
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 <jose.a.lamego@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons-native_2.5.1.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons-native_2.5.1.bb8
1 files changed, 8 insertions, 0 deletions
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 @@
1require python-scons_${PV}.bb
2inherit native pythonnative
3DEPENDS = "python-native"
4RDEPENDS_${PN} = ""
5
6do_install_append() {
7 create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
8}