mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
dc497577e9
commit
9f8853f2b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user