summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-07-13 09:12:07 +0000
committerEric Bénard <eric@eukrea.com>2012-07-13 11:28:28 +0200
commite619902629a55302884e01391b8b6c8845a619de (patch)
tree790b6928cc5ef9f8f70956caecbd437db934dfd6
parent424be176585996b2ad6b481791b4e94a0b1604fa (diff)
downloadmeta-openembedded-e619902629a55302884e01391b8b6c8845a619de.tar.gz
python-docutils: update to 0.9.1
This fixes the 'no module named Roman' errors. License checksum changed due to date changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-devtools/python/python-docutils_0.9.1.bb (renamed from meta-oe/recipes-devtools/python/python-docutils_0.5.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb b/meta-oe/recipes-devtools/python/python-docutils_0.9.1.bb
index adecd8fd7..44d08d39c 100644
--- a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb
+++ b/meta-oe/recipes-devtools/python/python-docutils_0.9.1.bb
@@ -2,19 +2,17 @@ DESCRIPTION = "Text processing system"
2HOMEPAGE = "http://docutils.sourceforge.net" 2HOMEPAGE = "http://docutils.sourceforge.net"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "PSF" 4LICENSE = "PSF"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=ac6ee29ac0310c091afab5ac4bea2fa3" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=21eae6cbbd42b24a4243269f39e5d592"
6PR = "r1"
7 6
8DEPENDS = "python" 7DEPENDS = "python"
9 8
10SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" 9SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
11SRC_URI[md5sum] = "dd72dac92fc8e3eb0f48c3effeef80f6" 10SRC_URI[md5sum] = "b0d5cd5298fedf9c62f5fd364a274d56"
12SRC_URI[sha256sum] = "747cf984edfca0575addbb42453274a1bdd98ec7780bd37a883dc8b2a66a610e" 11SRC_URI[sha256sum] = "e89f187dbbc6674f839239c89fec44af9f18809b66a8a55a41b57b9ee2356994"
13 12
14S = "${WORKDIR}/docutils-${PV}" 13S = "${WORKDIR}/docutils-${PV}"
15 14
16inherit distutils 15inherit distutils
17 16
18NATIVE_INSTALL_WORKS = "1"
19BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
20 18