diff options
author | Ross Burton <ross@burtonini.com> | 2020-09-15 12:05:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 09:47:45 +0100 |
commit | c433641a052045a81b7aa08e57adfb742d1c751c (patch) | |
tree | ad9c61bb8eaa0b1c77b4590eecfc60ff83c6f74e /meta/recipes-sato | |
parent | c0352a48d6c18c5d2d8d1a494a2780b59ea94603 (diff) | |
download | poky-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/recipes-sato')
-rw-r--r-- | meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb | 2 |
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 | |||
21 | FILES_${PN} += "${libdir}/matchbox-panel/*.so" | 21 | FILES_${PN} += "${libdir}/matchbox-panel/*.so" |
22 | 22 | ||
23 | do_install_append () { | 23 | do_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 |