]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
xorg-driver-common: remove obsolete .la removal
authorRoss Burton <ross.burton@arm.com>
Thu, 21 Nov 2024 12:54:15 +0000 (12:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Nov 2024 16:52:40 +0000 (16:52 +0000)
We globally inherit remove-libtool, so there's no need to explicitly
remove the .la files in the xorg drivers.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-driver/xorg-driver-common.inc

index c61cdd05b353e72f304b6a2959581cbd9464482b..38848676f414a32e53a50d25a6adfeda98178736 100644 (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):