summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-scons_4.9.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-scons_4.9.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-scons_4.9.1.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-scons_4.9.1.bb b/meta/recipes-devtools/python/python3-scons_4.9.1.bb
new file mode 100644
index 0000000000..1eac1ce5a9
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-scons_4.9.1.bb
@@ -0,0 +1,29 @@
1SUMMARY = "Software Construction tool (make/autotools replacement)"
2HOMEPAGE = "https://github.com/SCons/scons"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d903b0b8027f461402bac9b5169b36f7"
6
7SRC_URI[sha256sum] = "bacac880ba2e86d6a156c116e2f8f2bfa82b257046f3ac2666c85c53c615c338"
8
9inherit pypi python_setuptools_build_meta
10
11S = "${UNPACKDIR}/scons-${PV}"
12
13RDEPENDS:${PN}:class-target = "\
14 python3-core \
15 python3-compression \
16 python3-fcntl \
17 python3-io \
18 python3-json \
19 python3-shell \
20 python3-pickle \
21 python3-pkg-resources \
22 python3-pprint \
23 "
24
25do_install:append:class-native() {
26 create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1'
27}
28
29BBCLASSEXTEND = "native"