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:
18
sources/poky/meta/recipes-sato/webkit/libwpe_1.14.2.bb
Normal file
18
sources/poky/meta/recipes-sato/webkit/libwpe_1.14.2.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "General-purpose library specifically developed for the WPE-flavored port of WebKit."
|
||||
HOMEPAGE = "https://github.com/WebPlatformForEmbedded/libwpe"
|
||||
BUGTRACKER = "https://github.com/WebPlatformForEmbedded/libwpe/issues"
|
||||
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc"
|
||||
DEPENDS = "virtual/egl libxkbcommon"
|
||||
|
||||
inherit cmake features_check pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "8ae38022c50cb340c96fdbee1217f1e46ab57fbc1c8ba98142565abbedbe22ef"
|
||||
|
||||
# This is a tweak of upstream-version-is-even needed because
|
||||
# ipstream directory contains tarballs for other components as well.
|
||||
UPSTREAM_CHECK_REGEX = "libwpe-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar"
|
||||
Reference in New Issue
Block a user