summaryrefslogtreecommitdiffstats
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:28:49 +0100
commit999654869a33b1f189f46f2d7438be2dce467b05 (patch)
tree671cca3196555a77cc12559b52fa0deec46f1543 /meta/recipes-devtools/python/python-scons-native_2.3.2.bb
parentc882d7ff5cb1be3991ec2e61838fa9e0b9a6adc7 (diff)
downloadpoky-999654869a33b1f189f46f2d7438be2dce467b05.tar.gz
python-scons: Upgrade 2.3.0 -> 2.3.2
License file changes copyright years only. (From OE-Core rev: 31ef959d9c0f2fc9a141d06ef01b5cfb14412c4e) 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 @@
1require python-scons_${PV}.bb
2inherit native pythonnative
3DEPENDS = "python-native"
4RDEPENDS_${PN} = ""
5
6do_install_append() {
7 create_wrapper ${D}${bindir}/scons PYTHONPATH='$PYTHONPATH:${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
8}