xorg-driver-common: remove obsolete .la removal

We globally inherit remove-libtool, so there's no need to explicitly
remove the .la files in the xorg drivers.

(From OE-Core rev: 7619ed2819f6f95ab5d47f19a0ae4249e1199876)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-11-21 12:54:15 +00:00
committed by Richard Purdie
parent 315588665f
commit c5541e7dc9

View File

@@ -20,12 +20,6 @@ inherit_defer ${XORGBUILDCLASS}
# depends on virtual/xserver
REQUIRED_DISTRO_FEATURES = "x11"
# FIXME: We don't want to include the libtool archives (*.la) from modules
# directory, as they serve no useful purpose. Upstream should fix Makefile.am
do_install:append() {
find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f --
}
# Function to add the relevant ABI dependency to drivers, which should be called
# from a PACKAGEFUNC.
def _add_xorg_abi_depends(d, name):