- 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
667 B
BlitzBasic
18 lines
667 B
BlitzBasic
SUMMARY = "Mobile Broadband Service Provider Database"
|
|
HOMEPAGE = "http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
|
|
DESCRIPTION = "Mobile Broadband Service Provider Database stores service provider specific information. When this Database is available the information can be fetched there"
|
|
SECTION = "network"
|
|
LICENSE = "PD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
|
|
|
|
SRCREV = "55ba955d53305df96123534488fd160ea882b4dd"
|
|
PV = "20240407"
|
|
PE = "1"
|
|
|
|
SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson
|
|
|
|
DEPENDS += "libxslt-native"
|