mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
e619902629
This fixes the 'no module named Roman' errors. License checksum changed due to date changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
19 lines
508 B
BlitzBasic
19 lines
508 B
BlitzBasic
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"
|
|
|