summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons-native_2.3.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-13 14:44:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-15 21:58:25 +0000
commit7b72a848c8991fd67ccd510f68cc793f0f722453 (patch)
tree0dc1400f350de9df4b6f0dba5fa57332f8ae7ce5 /meta/recipes-devtools/python/python-scons-native_2.3.4.bb
parentca88dd86f31e07faeae5013d6c93cc8c2632ab6a (diff)
downloadast2050-yocto-poky-7b72a848c8991fd67ccd510f68cc793f0f722453.zip
ast2050-yocto-poky-7b72a848c8991fd67ccd510f68cc793f0f722453.tar.gz
python-scons: 2.3.2 -> 2.3.4
(From OE-Core rev: 3e924fafab2ad407a51a0bb19be9faf281b766c9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons-native_2.3.4.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons-native_2.3.4.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.4.bb b/meta/recipes-devtools/python/python-scons-native_2.3.4.bb
new file mode 100644
index 0000000..dae89ab
--- /dev/null
+++ b/meta/recipes-devtools/python/python-scons-native_2.3.4.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}'
+}
OpenPOWER on IntegriCloud