diff options
-rw-r--r-- | meta-oe/recipes-devtools/python/python-docutils_0.5.bb | 19 |
1 files changed, 0 insertions, 19 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 deleted file mode 100644 index e4c8a7ddc0..0000000000 --- a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | DESCRIPTION = "Text processing system" | ||
2 | HOMEPAGE = "http://docutils.sourceforge.net" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "PSF" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=ac6ee29ac0310c091afab5ac4bea2fa3" | ||
6 | PR = "r2" | ||
7 | |||
8 | DEPENDS = "python" | ||
9 | |||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" | ||
11 | SRC_URI[md5sum] = "dd72dac92fc8e3eb0f48c3effeef80f6" | ||
12 | SRC_URI[sha256sum] = "747cf984edfca0575addbb42453274a1bdd98ec7780bd37a883dc8b2a66a610e" | ||
13 | |||
14 | S = "${WORKDIR}/docutils-${PV}" | ||
15 | |||
16 | inherit distutils | ||
17 | |||
18 | BBCLASSEXTEND = "native" | ||
19 | |||