summaryrefslogtreecommitdiffstats
path: root/meta
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-17 09:47:45 +0100
commitc433641a052045a81b7aa08e57adfb742d1c751c (patch)
treead9c61bb8eaa0b1c77b4590eecfc60ff83c6f74e /meta
parentc0352a48d6c18c5d2d8d1a494a2780b59ea94603 (diff)
downloadpoky-c433641a052045a81b7aa08e57adfb742d1c751c.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: e545ae3a7961111ceb4e2a468e9ec53cebfed721) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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