Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
SUMMARY = "Flite: a small run-time speech synthesis engine"
|
||||
HOMEPAGE = "http://cmuflite.org"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b3b732d1349633a53e69356607fd2d6c"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
DEPENDS += "alsa-lib chrpath-replacement-native"
|
||||
|
||||
SRC_URI = "git://github.com/festvox/flite.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "e9e2e37c329dbe98bfeb27a1828ef9a71fa84f88"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "--enable-shared"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time $(DESTDIR)$(INSTALLBINDIR)/d' ${S}/main/Makefile
|
||||
}
|
||||
|
||||
do_install:append() {
|
||||
chown -R root:root ${D}${libdir}/*
|
||||
}
|
||||
# | make[1]: *** No rule to make target 'flite_voice_list.c', needed by 'all'. Stop.
|
||||
PARALLEL_MAKE = ""
|
||||
Reference in New Issue
Block a user