diff options
-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 |