diff options
author | Jose Lamego <jose.a.lamego@linux.intel.com> | 2017-08-09 15:59:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 00:03:15 +0100 |
commit | d3982592e143eacfe862d8a9653fd024e33c9714 (patch) | |
tree | fc95580c1f22409aca8bf40e761d4003d4924621 /meta/recipes-devtools/python/python3-docutils_0.13.1.bb | |
parent | b13df74256a9fce5991d09ab3916f96bedf9be2b (diff) | |
download | poky-d3982592e143eacfe862d8a9653fd024e33c9714.tar.gz |
python3-docutils: update to 0.14
python3-docutils recipe must be upgraded to latest stable release.
LIC_FILES_CHKSUM changed due to a typo fix from previous version,
but license type and information remained the same.
This change was tested on qemu with core-image-minimal.
(From OE-Core rev: f99247335485e15c820991e3ea20b766364111fc)
Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.13.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.13.1.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.13.1.bb b/meta/recipes-devtools/python/python3-docutils_0.13.1.bb deleted file mode 100644 index e36388c6fd..0000000000 --- a/meta/recipes-devtools/python/python3-docutils_0.13.1.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "Text processing system for documentation" | ||
2 | HOMEPAGE = "http://docutils.sourceforge.net" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7a4646907ab9083c826280b19e103106" | ||
6 | |||
7 | DEPENDS = "python3" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" | ||
10 | SRC_URI[md5sum] = "ea4a893c633c788be9b8078b6b305d53" | ||
11 | SRC_URI[sha256sum] = "718c0f5fb677be0f34b781e04241c4067cbd9327b66bdd8e763201130f5175be" | ||
12 | |||
13 | S = "${WORKDIR}/docutils-${PV}" | ||
14 | |||
15 | inherit distutils3 | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||
18 | |||