1996bc45cSBrad BishopSUMMARY = "a2jmidid is daemon for exposing ALSA sequencer applications as JACK MIDI" 2996bc45cSBrad BishopSECTION = "libs/multimedia" 3996bc45cSBrad Bishop 4*9aee5003SAndrew GeisslerLICENSE = "GPL-2.0-only" 5996bc45cSBrad BishopLIC_FILES_CHKSUM = " \ 6996bc45cSBrad Bishop file://LICENSE;md5=751419260aa954499f7abaabaa882bbe \ 7996bc45cSBrad Bishop" 8996bc45cSBrad Bishop 9996bc45cSBrad BishopDEPENDS = "alsa-lib jack dbus" 10213cb269SPatrick WilliamsDEPENDS:append:libc-musl = " libexecinfo" 11996bc45cSBrad Bishop 12996bc45cSBrad BishopSRCREV = "de37569c926c5886768f892c019e3f0468615038" 13996bc45cSBrad BishopSRC_URI = " \ 14595f6308SAndrew Geissler git://github.com/linuxaudio/a2jmidid;protocol=https;branch=master \ 15996bc45cSBrad Bishop file://riscv_ucontext.patch \ 16*9aee5003SAndrew Geissler file://ppc_musl_ucontext.patch \ 17996bc45cSBrad Bishop" 18996bc45cSBrad Bishop 19996bc45cSBrad BishopS = "${WORKDIR}/git" 20996bc45cSBrad Bishop 21996bc45cSBrad Bishopinherit meson pkgconfig 22996bc45cSBrad Bishop 23996bc45cSBrad BishopEXTRA_OEMESON = "-Db_lto=false" 24996bc45cSBrad Bishop 25213cb269SPatrick WilliamsLDFLAGS:append:libc-musl = " -lexecinfo" 26996bc45cSBrad Bishop 27996bc45cSBrad Bishopexport LINKFLAGS="${LDFLAGS}" 28996bc45cSBrad Bishop 29213cb269SPatrick WilliamsFILES:${PN} += "${datadir}/dbus-1/services" 30