summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-20 12:41:16 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-21 08:27:10 +0200
commite2a3f3bbf45130b813a2799d2bcee8fd8b3bce0d (patch)
tree4991e3e49d21d6edee90b43fe66a74fa83a6f142
parent2a4ffb47b04926ca43ccbab33364101f6459433a (diff)
downloadmeta-openembedded-e2a3f3bbf45130b813a2799d2bcee8fd8b3bce0d.tar.gz
xorg-xserver/xorg-xserver-common.inc: do not install modules' .la files
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc b/meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc
index fdce06cf5..4b219aaa4 100644
--- a/meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc
+++ b/meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc
@@ -3,7 +3,7 @@ SECTION = "x11/base"
3LICENSE = "MIT-X" 3LICENSE = "MIT-X"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
5 5
6INC_PR = "r18" 6INC_PR = "r19"
7 7
8# xf86-*-* packages depend on an X server built with the xfree86 DDX 8# xf86-*-* packages depend on an X server built with the xfree86 DDX
9# so we have a virtual to represent that: 9# so we have a virtual to represent that:
@@ -65,7 +65,7 @@ FILES_${PN}-sdl = "${bindir}/Xsdl"
65FILES_${PN}-xprint = "${libdir}/X11/xserver/*/print" 65FILES_${PN}-xprint = "${libdir}/X11/xserver/*/print"
66FILES_${PN}-xvfb = "${bindir}/Xvfb" 66FILES_${PN}-xvfb = "${bindir}/Xvfb"
67FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" 67FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl"
68FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/modules ${libdir}/xorg/modules /etc/X11 ${libdir}/xorg/protocol.txt ${datadir}/X11/xorg.conf.d" 68FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/*.so /etc/X11 ${libdir}/xorg/protocol.txt ${datadir}/X11/xorg.conf.d"
69FILES_${PN}-doc += "${libdir}/X11/doc /usr/share/X11/xkb/compiled/README.compiled" 69FILES_${PN}-doc += "${libdir}/X11/doc /usr/share/X11/xkb/compiled/README.compiled"
70FILES_${PN}-xephyr = "${bindir}/Xephyr" 70FILES_${PN}-xephyr = "${bindir}/Xephyr"
71 71