summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-09-15 12:05:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-15 12:08:00 +0100
commite545ae3a7961111ceb4e2a468e9ec53cebfed721 (patch)
tree1bd8475f9cfb385698f22c45a86a389eff1506e3 /meta/recipes-sato
parente92b24368b71e4b178f81097b2a8d141c3b65481 (diff)
downloadopenembedded-core-e545ae3a7961111ceb4e2a468e9ec53cebfed721.tar.gz
sato-screenshot: improve .la removal
Don't assume that the .la files are installed, because some libtool alternatives don't install these. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb
index f6dac2cf88..2b1f513f1c 100644
--- a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb
+++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb
@@ -21,7 +21,7 @@ inherit autotools pkgconfig features_check
FILES_${PN} += "${libdir}/matchbox-panel/*.so"
do_install_append () {
- rm ${D}${libdir}/matchbox-panel/*.la
+ rm -f ${D}${libdir}/matchbox-panel/*.la
}
# The matchbox-panel-2 requires x11 in DISTRO_FEATURES