From patchwork Thu Apr 7 13:19:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/6] xorg-xserver-common.inc: drop .la files from packages Date: Thu, 07 Apr 2011 13:19:53 -0000 From: Otavio Salvador X-Patchwork-Id: 2045 Message-Id: <1302182396-4171-4-git-send-email-otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Cc: Otavio Salvador Signed-off-by: Otavio Salvador --- recipes/xorg-xserver/xorg-xserver-common.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/xorg-xserver/xorg-xserver-common.inc b/recipes/xorg-xserver/xorg-xserver-common.inc index 29e3b10..8f59b0b 100644 --- a/recipes/xorg-xserver/xorg-xserver-common.inc +++ b/recipes/xorg-xserver/xorg-xserver-common.inc @@ -2,7 +2,7 @@ HOMEPAGE = "http://www.x.org" SECTION = "x11/base" LICENSE = "MIT-X" -INC_PR = "r18" +INC_PR = "r19" PROVIDES = "virtual/xserver" @@ -108,4 +108,5 @@ FILES_${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*" do_install_append () { ln -sf ${datadir}/fonts/X11 ${D}/${libdir}/X11/fonts + find ${D}/${libdir} -name '*.la' -exec rm '{}' ';' }