summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-11-21 12:54:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-22 16:53:37 +0000
commitc5541e7dc980c8f7fc6989ab6c66795d64567cba (patch)
tree9f090b8e8fd5cb7bdc55a93e3413fc4cbb8506f8
parent315588665f9a15f130b770c7a69ecfc37a9edf9d (diff)
downloadpoky-c5541e7dc980c8f7fc6989ab6c66795d64567cba.tar.gz
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>
-rw-r--r--meta/recipes-graphics/xorg-driver/xorg-driver-common.inc6
1 files changed, 0 insertions, 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 c61cdd05b3..38848676f4 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}
20# depends on virtual/xserver 20# depends on virtual/xserver
21REQUIRED_DISTRO_FEATURES = "x11" 21REQUIRED_DISTRO_FEATURES = "x11"
22 22
23# FIXME: We don't want to include the libtool archives (*.la) from modules
24# directory, as they serve no useful purpose. Upstream should fix Makefile.am
25do_install:append() {
26 find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f --
27}
28
29# Function to add the relevant ABI dependency to drivers, which should be called 23# Function to add the relevant ABI dependency to drivers, which should be called
30# from a PACKAGEFUNC. 24# from a PACKAGEFUNC.
31def _add_xorg_abi_depends(d, name): 25def _add_xorg_abi_depends(d, name):