diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:52:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 12:28:49 +0100 |
commit | c882d7ff5cb1be3991ec2e61838fa9e0b9a6adc7 (patch) | |
tree | abaa40919725578fd8f3ea810ddc499110fe156f /meta | |
parent | b56d2f51bbc7011c3cd33ae1c220ace99dd1a342 (diff) | |
download | poky-c882d7ff5cb1be3991ec2e61838fa9e0b9a6adc7.tar.gz |
python-docutil: Upgrade 0.11 -> 0.12
License change is just a date change in the license file, looks
like English to German locale change to the date display.
(From OE-Core rev: b3f854884aacd93f6370658eafc0955023c1f31d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-docutils_0.12.bb (renamed from meta/recipes-devtools/python/python-docutils_0.11.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python-docutils_0.11.bb b/meta/recipes-devtools/python/python-docutils_0.12.bb index f5da973d99..8cda88d277 100644 --- a/meta/recipes-devtools/python/python-docutils_0.11.bb +++ b/meta/recipes-devtools/python/python-docutils_0.12.bb | |||
@@ -2,13 +2,13 @@ SUMMARY = "Text processing system for documentation" | |||
2 | HOMEPAGE = "http://docutils.sourceforge.net" | 2 | HOMEPAGE = "http://docutils.sourceforge.net" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" | 4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=da0d261d1db78ab21ce86c79364a4098" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=a722fbdc20347db7b69223594dd54574" |
6 | 6 | ||
7 | DEPENDS = "python" | 7 | DEPENDS = "python" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" |
10 | SRC_URI[md5sum] = "20ac380a18b369824276864d98ec0ad6" | 10 | SRC_URI[md5sum] = "4622263b62c5c771c03502afa3157768" |
11 | SRC_URI[sha256sum] = "9af4166adf364447289c5c697bb83c52f1d6f57e77849abcccd6a4a18a5e7ec9" | 11 | SRC_URI[sha256sum] = "c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa" |
12 | 12 | ||
13 | S = "${WORKDIR}/docutils-${PV}" | 13 | S = "${WORKDIR}/docutils-${PV}" |
14 | 14 | ||