aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons-native_2.3.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 10:55:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-17 12:26:41 +0100
commit31ef959d9c0f2fc9a141d06ef01b5cfb14412c4e (patch)
tree79a42b8feba6a70cf8507447503d9fec53a5ec35 /meta/recipes-devtools/python/python-scons-native_2.3.2.bb
parentb3f854884aacd93f6370658eafc0955023c1f31d (diff)
downloadopenembedded-core-contrib-31ef959d9c0f2fc9a141d06ef01b5cfb14412c4e.tar.gz
python-scons: Upgrade 2.3.0 -> 2.3.2
License file changes copyright years only. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons-native_2.3.2.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons-native_2.3.2.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.2.bb b/meta/recipes-devtools/python/python-scons-native_2.3.2.bb
new file mode 100644
index 0000000000..067ed61a4e
--- /dev/null
+++ b/meta/recipes-devtools/python/python-scons-native_2.3.2.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 PYTHONPATH='$PYTHONPATH:${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
+}