- 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)
15 lines
618 B
BlitzBasic
15 lines
618 B
BlitzBasic
SUMMARY = "Music Player Daemon library"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
HOMEPAGE ="http://sourceforge.net/projects/musicpd"
|
|
DEPENDS = "glib-2.0"
|
|
|
|
SRC_URI = "http://www.musicpd.org/download/${BPN}/${PV}/${BP}.tar.gz \
|
|
file://0001-fix-return-makes-integer-from-pointer-without-a-cast.patch \
|
|
file://0002-fix-comparison-between-pointer-and-zero-character-co.patch \
|
|
file://0003-include-config.h.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "fe20326b0d10641f71c4673fae637bf9222a96e1712f71f170fca2fc34bf7a83"
|
|
|
|
inherit autotools pkgconfig
|