diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-20 12:41:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-21 08:27:10 +0200 |
commit | e2a3f3bbf45130b813a2799d2bcee8fd8b3bce0d (patch) | |
tree | 4991e3e49d21d6edee90b43fe66a74fa83a6f142 /meta-oe | |
parent | 2a4ffb47b04926ca43ccbab33364101f6459433a (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc | 4 |
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" | |||
3 | LICENSE = "MIT-X" | 3 | LICENSE = "MIT-X" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" |
5 | 5 | ||
6 | INC_PR = "r18" | 6 | INC_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" | |||
65 | FILES_${PN}-xprint = "${libdir}/X11/xserver/*/print" | 65 | FILES_${PN}-xprint = "${libdir}/X11/xserver/*/print" |
66 | FILES_${PN}-xvfb = "${bindir}/Xvfb" | 66 | FILES_${PN}-xvfb = "${bindir}/Xvfb" |
67 | FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" | 67 | FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" |
68 | FILES_${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" | 68 | FILES_${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" |
69 | FILES_${PN}-doc += "${libdir}/X11/doc /usr/share/X11/xkb/compiled/README.compiled" | 69 | FILES_${PN}-doc += "${libdir}/X11/doc /usr/share/X11/xkb/compiled/README.compiled" |
70 | FILES_${PN}-xephyr = "${bindir}/Xephyr" | 70 | FILES_${PN}-xephyr = "${bindir}/Xephyr" |
71 | 71 | ||