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,30 @@
|
||||
SUMMARY = "Interactive Connectivity Establishment library"
|
||||
DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE)."
|
||||
HOMEPAGE = "http://nice.freedesktop.org/wiki/"
|
||||
|
||||
LICENSE = "LGPL-2.1-only & MPL-1.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \
|
||||
file://COPYING.LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \
|
||||
"
|
||||
|
||||
SRC_URI = "http://nice.freedesktop.org/releases/${BP}.tar.gz"
|
||||
SRC_URI[sha256sum] = "a5f724cf09eae50c41a7517141d89da4a61ec9eaca32da4a0073faed5417ad7e"
|
||||
|
||||
DEPENDS = "glib-2.0 gnutls ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'graphviz-native', '', d)}"
|
||||
|
||||
PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp"
|
||||
PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0"
|
||||
PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled,"
|
||||
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
GTKDOC_MESON_ENABLE_FLAG = "enabled"
|
||||
GTKDOC_MESON_DISABLE_FLAG = "disabled"
|
||||
|
||||
inherit meson gtk-doc gobject-introspection
|
||||
|
||||
EXTRA_OEMESON = "-Dexamples=disabled -Dtests=disabled"
|
||||
|
||||
FILES:${PN} += "${libdir}/gstreamer-1.0/*.so"
|
||||
FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a ${libdir}/gstreamer-1.0/pkgconfig"
|
||||
FILES:${PN}-dbg += "${libdir}/gstreamer-1.0/.debug"
|
||||
Reference in New Issue
Block a user