aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-15 16:46:31 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-15 16:46:31 +0200
commit463e36bebd1da12c7dfcd64d04201de892d19bc4 (patch)
tree7bc0adf39e7c44f99b6d634ee60032e55696c749 /meta-oe/recipes-devtools/python
parent235ccd80a4a61894207d2269c21dbcd848fa392f (diff)
downloadmeta-openembedded-463e36bebd1da12c7dfcd64d04201de892d19bc4.tar.gz
python-docutils 0.5: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r--meta-oe/recipes-devtools/python/python-docutils_0.5.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb b/meta-oe/recipes-devtools/python/python-docutils_0.5.bb
new file mode 100644
index 0000000000..1e6893da5a
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-docutils_0.5.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Text processing system"
+HOMEPAGE = "http://docutils.sourceforge.net"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=ac6ee29ac0310c091afab5ac4bea2fa3"
+
+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"
+