mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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>
(cherry picked from commit 1a9744b3ca)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
committed by
Anuj Mittal
parent
acbcafe3f5
commit
06f846a325
@@ -47,6 +47,7 @@ EXTRA_OECONF = " \
|
||||
PACKAGE_BEFORE_PN = "${PN}-aplay"
|
||||
RRECOMMENDS:${PN} = "${PN}-aplay"
|
||||
|
||||
FILES:${PN}-staticdev += "${libdir}/alsa-lib/*.a"
|
||||
FILES:${PN}-aplay = "${bindir}/bluealsa-aplay"
|
||||
FILES:${PN} += "${libdir}/alsa-lib/*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user