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>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.2.bb
parentca88dd86f31e07faeae5013d6c93cc8c2632ab6a (diff)
downloadpoky-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.2.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons-native_2.3.2.bb8
1 files changed, 0 insertions, 8 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
deleted file mode 100644
index dae89ab5d2..0000000000
--- a/meta/recipes-devtools/python/python-scons-native_2.3.2.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1require python-scons_${PV}.bb
2inherit native pythonnative
3DEPENDS = "python-native"
4RDEPENDS_${PN} = ""
5
6do_install_append() {
7 create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}'
8}