- 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)
21 lines
796 B
BlitzBasic
21 lines
796 B
BlitzBasic
SUMMARY = "D-Bus connector for dLeyna libraries"
|
|
HOMEPAGE = "https://01.org/dleyna/"
|
|
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
|
file://src/connector-dbus.c;endline=21;md5=0a1695cef53beefc36651de439f643b5"
|
|
|
|
DEPENDS = "glib-2.0 dbus dleyna-core"
|
|
|
|
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
|
SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
FILES:${PN} += "${libdir}/dleyna-1.0/connectors/*.so"
|
|
FILES:${PN}-dev += "${libdir}/dleyna-1.0/connectors/*.la"
|
|
FILES:${PN}-dbg += "${libdir}/dleyna-1.0/connectors/.debug/*.so"
|
|
|
|
SKIP_RECIPE[dleyna-connector-dbus] ?= "Upstream is dead moreover needs porting to work with latest gupnp >= 1.2"
|