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:
28
sources/poky/meta/recipes-support/libproxy/libproxy_0.5.4.bb
Normal file
28
sources/poky/meta/recipes-support/libproxy/libproxy_0.5.4.bb
Normal file
@@ -0,0 +1,28 @@
|
||||
SUMMARY = "Library providing automatic proxy configuration management"
|
||||
DESCRIPTION = "libproxy provides interfaces to get the proxy that will be \
|
||||
used to access network resources. It uses various plugins to get proxy \
|
||||
configuration via different mechanisms (e.g. environment variables or \
|
||||
desktop settings)."
|
||||
HOMEPAGE = "https://github.com/libproxy/libproxy"
|
||||
BUGTRACKER = "https://github.com/libproxy/libproxy/issues"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://src/libproxy/proxy.c;beginline=1;endline=20;md5=bb9a177ef1c995311070f34c5638a402 \
|
||||
"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main"
|
||||
SRCREV = "dff9a603d823dcc740ec966cd27960daa6b891b1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig gobject-introspection vala gi-docgen
|
||||
GIDOCGEN_MESON_OPTION = 'docs'
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[curl] = "-Dcurl=true,-Dcurl=false,curl"
|
||||
PACKAGECONFIG[config-gnome] = "-Dconfig-gnome=true,-Dconfig-gnome=false,gsettings-desktop-schemas"
|
||||
PACKAGECONFIG[pacrunner-duktape] = "-Dpacrunner-duktape=true,-Dpacrunner-duktape=false,duktape"
|
||||
|
||||
FILES:${PN} += "${libdir}/${BPN}/${PV}/modules"
|
||||
Reference in New Issue
Block a user