aboutsummaryrefslogtreecommitdiffstats
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:02:32 +0000
commitb3dc1eb3baf54a313a9de03700d57f592bbd73b8 (patch)
tree98ed0a8100828b091ff1440c9d82e8230f2101b8 /meta/recipes-devtools/python/python-scons-native_2.5.1.bb
parent3778171260e02a1054790418b5117db587315321 (diff)
downloadopenembedded-core-contrib-b3dc1eb3baf54a313a9de03700d57f592bbd73b8.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. 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_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 @@
+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}'
+}