diff options
| author | Ross Burton <ross@burtonini.com> | 2020-09-15 12:05:31 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 09:47:45 +0100 |
| commit | c0352a48d6c18c5d2d8d1a494a2780b59ea94603 (patch) | |
| tree | ad4a71c28b8631379aa174c244d19540a59b8fc6 | |
| parent | 908a42c11df1cb11adee3d8a5af53cf170aa38a9 (diff) | |
| download | poky-c0352a48d6c18c5d2d8d1a494a2780b59ea94603.tar.gz | |
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: e92b24368b71e4b178f81097b2a8d141c3b65481)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb index 52dee30126..e8402a6fcb 100644 --- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.2.bb | |||
| @@ -51,7 +51,7 @@ FILES_${PN} = "" | |||
| 51 | ALLOW_EMPTY_${PN} = "1" | 51 | ALLOW_EMPTY_${PN} = "1" |
| 52 | 52 | ||
| 53 | do_install_append() { | 53 | do_install_append() { |
| 54 | rm ${D}${libdir}/alsa-lib/*.la | 54 | rm -f ${D}${libdir}/alsa-lib/*.la |
| 55 | 55 | ||
| 56 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'yes', 'no', d)}" = "yes" ]; then | 56 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'yes', 'no', d)}" = "yes" ]; then |
| 57 | # We use the example as is. Upstream installs the file under | 57 | # We use the example as is. Upstream installs the file under |
