diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.24.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.24.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.24.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.24.bb new file mode 100644 index 0000000000..3b12efa2e3 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.24.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "C client library for the Music Player Daemon" | ||
| 2 | LICENSE = "BSD-2-Clause & BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSES/BSD-2-Clause.txt;md5=63d6ee386b8aaba70b1bf15a79ca50f2 \ | ||
| 4 | file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0" | ||
| 5 | HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/" | ||
| 6 | |||
| 7 | inherit meson | ||
| 8 | |||
| 9 | SRC_URI = " \ | ||
| 10 | git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https;tag=v${PV} \ | ||
| 11 | " | ||
| 12 | SRCREV = "5073329989bf52676d8c446176a1d29ed3ffccca" | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "tcp" | ||
| 15 | PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false" | ||
