summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):