mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
6f642a51dc
commit
36ed99340e
@@ -1,19 +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 = "r2"
|
||||
|
||||
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
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user