aboutsummaryrefslogtreecommitdiffstats
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-14 22:26:08 +0000
commit3e924fafab2ad407a51a0bb19be9faf281b766c9 (patch)
tree636bf7483b9de136a149de85f44b2a53f545a766 /meta/recipes-devtools/python/python-scons-native_2.3.4.bb
parent4317e4269da08b1a1e7adbc60fc18e3d280786fe (diff)
downloadopenembedded-core-contrib-3e924fafab2ad407a51a0bb19be9faf281b766c9.tar.gz
python-scons: 2.3.2 -> 2.3.4
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 0000000000..dae89ab5d2
--- /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}'
+}