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-10-06 14:15:21 +0100
commit9f8853f2b58e603416ba15290a5d94beb8673d02 (patch)
treec18089645a6c5f74c31ec7553ee009f28aaa4584 /meta/recipes-sato
parentdc497577e9f466f24fd41cdf98b16eefd519b2ac (diff)
downloadpoky-9f8853f2b58e603416ba15290a5d94beb8673d02.tar.gz
sato-screenshot: improve .la removal
Don't assume that the .la files are installed, because some libtool alternatives don't install these. (From OE-Core rev: 07910054c75a084dcfb10c86c1bf69b68989f587) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e545ae3a7961111ceb4e2a468e9ec53cebfed721) Signed-off-by: Steve Sakoman <steve@sakoman.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
21FILES_${PN} += "${libdir}/matchbox-panel/*.so" 21FILES_${PN} += "${libdir}/matchbox-panel/*.so"
22 22
23do_install_append () { 23do_install_append () {
24 rm ${D}${libdir}/matchbox-panel/*.la 24 rm -f ${D}${libdir}/matchbox-panel/*.la
25} 25}
26 26
27# The matchbox-panel-2 requires x11 in DISTRO_FEATURES 27# The matchbox-panel-2 requires x11 in DISTRO_FEATURES