- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
21 lines
694 B
BlitzBasic
21 lines
694 B
BlitzBasic
SUMMARY = "Docutils is a modular system for processing documentation into useful formats"
|
|
HOMEPAGE = "http://docutils.sourceforge.net"
|
|
SECTION = "devel/python"
|
|
LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=08f5f8aa6a1db2500c08a2bb558e45af"
|
|
|
|
SRC_URI[sha256sum] = "f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
do_install:append() {
|
|
for f in rst2html rst2html4 rst2html5 rst2latex rst2man \
|
|
rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml \
|
|
rstpep2html
|
|
do
|
|
mv ${D}${bindir}/$f.py ${D}${bindir}/$f;
|
|
done
|
|
}
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|