- 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
551 B
BlitzBasic
18 lines
551 B
BlitzBasic
SUMMARY = "Simple client plugin for Music Player Daemon"
|
|
HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin/start"
|
|
SECTION = "x11/application"
|
|
LICENSE = "0BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
DEPENDS += "libmpd"
|
|
|
|
# While this item does not require it, it depends on mpd which does
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
# for now we recommend our own mpd-server
|
|
RRECOMMENDS:${PN} = "mpd"
|
|
|
|
SRC_URI[sha256sum] = "0467fb4d1acd982d3c3e0b89cb41019946850524ff19ed0f658a8d56c7b7664d"
|