mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
bluealsa: fix QA issue staticdev
When building bluealsa with building static libraries NOT disabled, you get the following error: ERROR: bluealsa-4.3.0-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: bluealsa path '/usr/lib/alsa-lib/libasound_module_pcm_bluealsa.a' [staticdev] ERROR: bluealsa-4.3.0-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: bluealsa path '/usr/lib/alsa-lib/libasound_module_ctl_bluealsa.a' [staticdev] ERROR: bluealsa-4.3.0-r0 do_package_qa: Fatal QA errors were found, failing task. Fix this by explicitly putting these files in the -staticdev package. Signed-off-by: Matthias Proske <matthias.p@variscite.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d20dff364d
commit
1a9744b3ca
@ -58,6 +58,7 @@ EXTRA_OECONF = "\
|
|||||||
PACKAGE_BEFORE_PN = "${PN}-aplay"
|
PACKAGE_BEFORE_PN = "${PN}-aplay"
|
||||||
|
|
||||||
FILES:${PN}-aplay += "${bindir}/bluealsa-aplay"
|
FILES:${PN}-aplay += "${bindir}/bluealsa-aplay"
|
||||||
|
FILES:${PN}-staticdev += "${libdir}/alsa-lib/*.a"
|
||||||
FILES:${PN} += "${libdir}/alsa-lib/* ${datadir}/dbus-1/system.d"
|
FILES:${PN} += "${libdir}/alsa-lib/* ${datadir}/dbus-1/system.d"
|
||||||
|
|
||||||
RRECOMMENDS:${PN} = "${PN}-aplay"
|
RRECOMMENDS:${PN} = "${PN}-aplay"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user