[oe] [for-denzil][meta-oe 21/24] python-docutils: update to 0.9.1

Koen Kooi koen at dominion.thruhere.net
Fri Jul 13 09:12:07 UTC 2012


This fixes the 'no module named Roman' errors. License checksum changed due to date changes

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 .../recipes-devtools/python/python-docutils_0.5.bb |   20 --------------------
 .../python/python-docutils_0.9.1.bb                |   18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 20 deletions(-)
 delete mode 100644 meta-oe/recipes-devtools/python/python-docutils_0.5.bb
 create mode 100644 meta-oe/recipes-devtools/python/python-docutils_0.9.1.bb

diff --git a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb b/meta-oe/recipes-devtools/python/python-docutils_0.5.bb
deleted file mode 100644
index adecd8f..0000000
--- a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Text processing system"
-HOMEPAGE = "http://docutils.sourceforge.net"
-SECTION = "devel/python"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=ac6ee29ac0310c091afab5ac4bea2fa3"
-PR = "r1"
-
-DEPENDS = "python"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
-SRC_URI[md5sum] = "dd72dac92fc8e3eb0f48c3effeef80f6"
-SRC_URI[sha256sum] = "747cf984edfca0575addbb42453274a1bdd98ec7780bd37a883dc8b2a66a610e"
-
-S = "${WORKDIR}/docutils-${PV}"
-
-inherit distutils
-
-NATIVE_INSTALL_WORKS = "1"
-BBCLASSEXTEND = "native"
-
diff --git a/meta-oe/recipes-devtools/python/python-docutils_0.9.1.bb b/meta-oe/recipes-devtools/python/python-docutils_0.9.1.bb
new file mode 100644
index 0000000..44d08d3
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-docutils_0.9.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Text processing system"
+HOMEPAGE = "http://docutils.sourceforge.net"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=21eae6cbbd42b24a4243269f39e5d592"
+
+DEPENDS = "python"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
+SRC_URI[md5sum] = "b0d5cd5298fedf9c62f5fd364a274d56"
+SRC_URI[sha256sum] = "e89f187dbbc6674f839239c89fec44af9f18809b66a8a55a41b57b9ee2356994"
+
+S = "${WORKDIR}/docutils-${PV}"
+
+inherit distutils
+
+BBCLASSEXTEND = "native"
+
-- 
1.7.10





More information about the Openembedded-devel mailing list