summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-scons-native_3.0.5.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-08-07 13:31:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-08 10:19:56 +0100
commitf5d2fc2aae6aa17f3fcec582e023fb92a60d0210 (patch)
tree3e882fe9c156ff118cf919a88efa3cb0efa4bdd3 /meta/recipes-devtools/python/python-scons-native_3.0.5.bb
parent9d1c158725bacc74a42ce5789403b93fee361ac8 (diff)
downloadpoky-f5d2fc2aae6aa17f3fcec582e023fb92a60d0210.tar.gz
python-scons:upgrade 3.0.5 -> 3.1.0
(From OE-Core rev: 322ff31d811bd8142af93574b10c91c611df93bd) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-scons-native_3.0.5.bb')
-rw-r--r--meta/recipes-devtools/python/python-scons-native_3.0.5.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_3.0.5.bb b/meta/recipes-devtools/python/python-scons-native_3.0.5.bb
deleted file mode 100644
index 68b63c9357..0000000000
--- a/meta/recipes-devtools/python/python-scons-native_3.0.5.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}' PYTHONNOUSERSITE='1'
8}