- 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)
19 lines
662 B
BlitzBasic
19 lines
662 B
BlitzBasic
DESCRIPTION = "libavc1394 is a programming interface for the 1394 Trade \
|
|
Association AV/C (Audio/Video Control) Digital Interface Command Set"
|
|
HOMEPAGE = "http://sourceforge.net/projects/libavc1394/"
|
|
SECTION = "libs/multimedia"
|
|
|
|
DEPENDS = "libraw1394"
|
|
DEPENDS:append:libc-musl = " argp-standalone"
|
|
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
|
|
SRC_URI[md5sum] = "caf0db059d8b8d35d6f08e6c0e1c7dfe"
|
|
SRC_URI[sha256sum] = "7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
LDFLAGS:append:libc-musl = " -largp"
|