- 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)
30 lines
802 B
BlitzBasic
30 lines
802 B
BlitzBasic
SUMMARY = "bayer2rgb color conversion with ARM neon support"
|
|
SECTION = "libs"
|
|
HOMEPAGE = "https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb.git"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
BRANCH = "master"
|
|
SRC_URI = "git://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb.git;protocol=https;branch=${BRANCH}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRCREV = "15feb1115b4828488cc36d09f625e23e8b6a0ec5"
|
|
PV = "0.6.1+git"
|
|
|
|
inherit autotools ptest pkgconfig lib_package
|
|
|
|
REQUIRED_TUNE_FEATURES = "neon"
|
|
REQUIRED_TUNE_FEATURES:aarch64 = ""
|
|
|
|
DEPENDS += "gengetopt-native"
|
|
|
|
PACKAGES =+ "${PN}-tests"
|
|
|
|
FILES:${PN}-dbg += "${PTEST_PATH}/.debug"
|
|
|
|
PTEST_PATH = "${libdir}/bayer2rgb/testsuite"
|
|
FILES:${PN}-tests += "${libdir}/bayer2rgb/testsuite"
|
|
RDEPENDS:${PN}-tests += "bash"
|