mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02: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: e545ae3a7961111ceb4e2a468e9ec53cebfed721) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c0352a48d6
commit
c433641a05
@@ -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