diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-08-07 13:31:41 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-08 10:19:56 +0100 |
| commit | f5d2fc2aae6aa17f3fcec582e023fb92a60d0210 (patch) | |
| tree | 3e882fe9c156ff118cf919a88efa3cb0efa4bdd3 /meta/recipes-devtools/python/python-scons_3.0.5.bb | |
| parent | 9d1c158725bacc74a42ce5789403b93fee361ac8 (diff) | |
| download | poky-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_3.0.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-scons_3.0.5.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-devtools/python/python-scons_3.0.5.bb b/meta/recipes-devtools/python/python-scons_3.0.5.bb deleted file mode 100644 index 939c15bcc6..0000000000 --- a/meta/recipes-devtools/python/python-scons_3.0.5.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | SUMMARY = "Software Construction tool (make/autotools replacement)" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=37bb53a08e6beaea0c90e7821d731284" | ||
| 5 | |||
| 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | ||
| 7 | SRC_URI[md5sum] = "9f9c163e8bd48cf8cd92f03e85ca6395" | ||
| 8 | SRC_URI[sha256sum] = "df676f23dc6d4bfa384fc389d95dcd21ab907e6349d4c848958ba4befb73c73e" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/scons-${PV}" | ||
| 11 | |||
| 12 | UPSTREAM_CHECK_URI = "http://scons.org/pages/download.html" | ||
| 13 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | RDEPENDS_${PN} = "\ | ||
| 18 | python-fcntl \ | ||
| 19 | python-io \ | ||
| 20 | python-json \ | ||
| 21 | python-subprocess \ | ||
| 22 | python-shell \ | ||
| 23 | python-pprint \ | ||
| 24 | " | ||
