From c882d7ff5cb1be3991ec2e61838fa9e0b9a6adc7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Jul 2014 10:52:25 +0000 Subject: 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 --- meta/recipes-devtools/python/python-docutils_0.11.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-docutils_0.11.bb (limited to 'meta/recipes-devtools/python/python-docutils_0.11.bb') diff --git a/meta/recipes-devtools/python/python-docutils_0.11.bb b/meta/recipes-devtools/python/python-docutils_0.11.bb deleted file mode 100644 index f5da973d99..0000000000 --- a/meta/recipes-devtools/python/python-docutils_0.11.bb +++ /dev/null @@ -1,18 +0,0 @@ -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" - -DEPENDS = "python" - -SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" -SRC_URI[md5sum] = "20ac380a18b369824276864d98ec0ad6" -SRC_URI[sha256sum] = "9af4166adf364447289c5c697bb83c52f1d6f57e77849abcccd6a4a18a5e7ec9" - -S = "${WORKDIR}/docutils-${PV}" - -inherit distutils - -BBCLASSEXTEND = "native" - -- cgit v1.2.3-54-g00ecf