Files
tqma6-yocto-mirror/sources/meta-tq/meta-dumpling/recipes-multimedia/gstreamer/gstreamer1.0-plugin-bayer2rgb-neon.bb
Siggi (OpenClaw Agent) 16accb6b24 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)
2026-03-01 21:14:11 +00:00

22 lines
671 B
BlitzBasic

SUMMARY = "bayer2rgb gstreamer plugin with neon support"
SECTION = "multimedia"
HOMEPAGE = "https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon.git"
LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
BRANCH = "master"
SRC_URI = "git://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"
SRCREV = "4fe7bba3f0a84db89e1412fefe6adfcdb515761f"
PV = "0.6.1+git"
inherit pkgconfig autotools
DEPENDS += "bayer2rgb-neon gstreamer1.0-plugins-base gstreamer1.0"
FILES:${PN} += "${libdir}/gstreamer-*/*.so"
FILES:${PN}-dbg += "${libdir}/gstreamer-*/.debug"