diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 6 |
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 |
| 21 | REQUIRED_DISTRO_FEATURES = "x11" | 21 | REQUIRED_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 | ||
| 25 | do_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. |
| 31 | def _add_xorg_abi_depends(d, name): | 25 | def _add_xorg_abi_depends(d, name): |
