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.bur...@arm.com>
---
 meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc 
b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
index c61cdd05b35..38848676f41 100644
--- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
+++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
@@ -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):
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#207528): 
https://lists.openembedded.org/g/openembedded-core/message/207528
Mute This Topic: https://lists.openembedded.org/mt/109702648/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to