mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
8f3df8b447
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
587 B
BlitzBasic
16 lines
587 B
BlitzBasic
SUMMARY = "C client library for the Music Player Daemon"
|
|
LICENSE = "BSD-2-Clause AND BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/BSD-2-Clause.txt;md5=63d6ee386b8aaba70b1bf15a79ca50f2 \
|
|
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0"
|
|
HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/"
|
|
|
|
inherit meson
|
|
|
|
SRC_URI = " \
|
|
git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https;tag=v${PV} \
|
|
"
|
|
SRCREV = "5073329989bf52676d8c446176a1d29ed3ffccca"
|
|
|
|
PACKAGECONFIG ??= "tcp"
|
|
PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false"
|