diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-28 10:43:26 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-03 19:12:37 +0200 |
commit | 36ed99340eb4fd3ddf2b4028cf6cbc86583c7711 (patch) | |
tree | 6e4df54933480371aa77f7a568d5818a2be7c6ea /meta-oe | |
parent | 6f642a51dc98b0a8a20b2d0a6bfe6917e9f2091f (diff) | |
download | meta-openembedded-36ed99340eb4fd3ddf2b4028cf6cbc86583c7711.tar.gz |
python-docutils: remove
This is now in OE-Core as of 1bc1ff887c29376bb0d05beee1bbc2cf25b08419.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-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 e4c8a7ddc..000000000 --- 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 | |||