summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-21 13:01:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 23:17:32 +0000
commit047ce547edd61b0d3b15c22b3492f7595ce2bc66 (patch)
treeb0a50986cf91b149f4ecbfdb7b37f620ccbd6df0 /meta/recipes-graphics/xorg-xserver
parent621e5cd9923a11bb6223b2bcbfb1b77031f708f8 (diff)
downloadpoky-047ce547edd61b0d3b15c22b3492f7595ce2bc66.tar.gz
xserver-kdrive: Fix packaging warnings
WARNING: For recipe xserver-kdrive, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib WARNING: /usr/lib/xorg WARNING: /usr/lib/xorg/protocol.txt WARNING: /usr/share/X11 WARNING: /usr/share/X11/xkb WARNING: /usr/share/X11/xkb/compiled WARNING: /usr/share/X11/xkb/compiled/README.compiled (From OE-Core rev: d036265de1d9931bedb660e01a763d3d1d9e4097) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
index 58dee2793a..d0bedd9018 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
@@ -49,7 +49,8 @@ DESCRIPTION_xserver-kdrive-smi = "X server from freedesktop.org, supporting Sili
49DESCRIPTION_xserver-kdrive-vesa = "X server from freedesktop.org, supporting any card with a VESA, VGA or even EGA BIOS. x86 hardware only" 49DESCRIPTION_xserver-kdrive-vesa = "X server from freedesktop.org, supporting any card with a VESA, VGA or even EGA BIOS. x86 hardware only"
50DESCRIPTION_xserver-kdrive-via = "X server from freedesktop.org, supporting VIA chipsets" 50DESCRIPTION_xserver-kdrive-via = "X server from freedesktop.org, supporting VIA chipsets"
51 51
52FILES_${PN} += "${libdir}/xserver/SecurityPolicy" 52FILES_${PN} += "${libdir}/xserver/SecurityPolicy ${libdir}/xorg"
53FILES_${PN}-doc = "${datadir}/X11/xkb"
53ALLOW_EMPTY_${PN} = "1" 54ALLOW_EMPTY_${PN} = "1"
54 55
55FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" 56FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev"