mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
alsa-plugins: improve .la removal
Don't assume that the .la files are installed, because some libtool alternatives don't install these. (From OE-Core rev: d888a11a372be5886c6894e5b38514e44498934d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e92b24368b71e4b178f81097b2a8d141c3b65481) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bd9cedf925
commit
dc497577e9
@@ -52,7 +52,7 @@ FILES_${PN} = ""
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
do_install_append() {
|
||||
rm ${D}${libdir}/alsa-lib/*.la
|
||||
rm -f ${D}${libdir}/alsa-lib/*.la
|
||||
|
||||
if [ "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'yes', 'no', d)}" = "yes" ]; then
|
||||
# We use the example as is. Upstream installs the file under
|
||||
|
||||
Reference in New Issue
Block a user