xkeyboard-config: provide 'xorg' rules which are link to 'base' ones

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5212 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-09-22 13:59:31 +00:00
parent f77a127cc9
commit 2297ec9fa8

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 Keyboard layouts"
LICENSE = "MIT"
DEPENDS = "intltool xkbcomp-native"
RDEPENDS = "xkbcomp"
PR = "r1"
PR = "r2"
SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2"
@@ -14,6 +14,7 @@ do_stage() {
do_install_append () {
install -d ${D}/usr/share/X11/xkb/compiled
cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
}
FILES_${PN} += "${datadir}/X11/xkb"