- 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)
18 lines
564 B
BlitzBasic
18 lines
564 B
BlitzBasic
SUMMARY = "An efficient and agile neural network intent parser. Padatious is a core component of Mycroft AI."
|
|
HOMEPAGE = "https://github.com/MycroftAI/padatious"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://README.md;md5=cc85c733dffe81e8a7fde2e8f8a6a404"
|
|
|
|
SRC_URI[md5sum] = "7dd2f1830737dc142aa199f77dacf32e"
|
|
SRC_URI[sha256sum] = "e471f251b94e8cadf6e4214f0f3b7b36678848aaa8c51cd5638ab23ecb716f75"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-fann2 \
|
|
python3-json \
|
|
python3-multiprocessing \
|
|
python3-padaos \
|
|
python3-xxhash \
|
|
"
|