From patchwork Thu Jun 2 19:25:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning Date: Thu, 02 Jun 2011 19:25:14 -0000 From: Otavio Salvador X-Patchwork-Id: 5331 Message-Id: <21881aba9031cefb72fcc33cca9d146169f344e9.1307042670.git.otavio@ossystems.com.br> To: openembedded-core@lists.openembedded.org Signed-off-by: Otavio Salvador --- .../xorg-driver/xf86-driver-common.inc | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc b/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc index 550423b..6ff1391 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc @@ -5,7 +5,7 @@ SECTION = "x11/drivers" LICENSE = "MIT-X" PE = "1" -PR = "r0" +PR = "r1" DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros" @@ -27,3 +27,7 @@ do_configure_prepend () { mv configure.ac.new configure.ac } +do_install_append () { + # driver's la files are not packaged + rm -f ${D}${libdir}/xorg/modules/drivers/*.la +}