- 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)
19 lines
821 B
BlitzBasic
19 lines
821 B
BlitzBasic
SUMMARY = "Stub implementation of gnome-doc-utils"
|
|
DESCRIPTION = "This recipe provides m4 macros from gnome-doc-utils project, so \
|
|
that dependent recipes can build. Gnome-doc-utils itself is no longer packaged because \
|
|
it requires libxml2 and python 2 at the same time, which can no longer be satisfied. "
|
|
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \
|
|
file://${COREBASE}/meta/files/common-licenses/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780"
|
|
SRC_URI = "file://gnome-doc-utils.m4"
|
|
|
|
PROVIDES = "gnome-doc-utils"
|
|
|
|
do_install:append() {
|
|
install -d ${D}${datadir}/aclocal/
|
|
install ${WORKDIR}/gnome-doc-utils.m4 ${D}${datadir}/aclocal/
|
|
}
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|