diff options
| author | Ross Burton <ross@burtonini.com> | 2020-09-15 12:05:32 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 14:15:21 +0100 |
| commit | 9f8853f2b58e603416ba15290a5d94beb8673d02 (patch) | |
| tree | c18089645a6c5f74c31ec7553ee009f28aaa4584 | |
| parent | dc497577e9f466f24fd41cdf98b16eefd519b2ac (diff) | |
| download | poky-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>
| -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 |
