From b3f854884aacd93f6370658eafc0955023c1f31d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Jul 2014 10:52:25 +0000 Subject: [PATCH] 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. Signed-off-by: Richard Purdie --- .../{python-docutils_0.11.bb => python-docutils_0.12.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python-docutils_0.11.bb => python-docutils_0.12.bb} (60%) diff --git a/meta/recipes-devtools/python/python-docutils_0.11.bb b/meta/recipes-devtools/python/python-docutils_0.12.bb similarity index 60% rename from meta/recipes-devtools/python/python-docutils_0.11.bb rename to 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" HOMEPAGE = "http://docutils.sourceforge.net" SECTION = "devel/python" LICENSE = "PSF & BSD-2-Clause & GPLv3" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=da0d261d1db78ab21ce86c79364a4098" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=a722fbdc20347db7b69223594dd54574" DEPENDS = "python" SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" -SRC_URI[md5sum] = "20ac380a18b369824276864d98ec0ad6" -SRC_URI[sha256sum] = "9af4166adf364447289c5c697bb83c52f1d6f57e77849abcccd6a4a18a5e7ec9" +SRC_URI[md5sum] = "4622263b62c5c771c03502afa3157768" +SRC_URI[sha256sum] = "c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa" S = "${WORKDIR}/docutils-${PV}" -- 2.40.1