From: Marcin Juszkiewicz Date: Mon, 22 Sep 2008 13:59:21 +0000 (+0000) Subject: xkeyboard-config: add keymaps for X11 X-Git-Tag: 2011-1~8295 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f77a127cc936b7ba83f6567f7b3c600ce97825d8;p=openembedded-core.git xkeyboard-config: add keymaps for X11 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5211 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb b/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb new file mode 100644 index 0000000000..c3bc53f9a5 --- /dev/null +++ b/meta/packages/xkeyboard-config/xkeyboard-config_1.3.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Common X11 Keyboard layouts" +LICENSE = "MIT" +DEPENDS = "intltool xkbcomp-native" +RDEPENDS = "xkbcomp" +PR = "r1" + +SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" + +inherit autotools + +do_stage() { + autotools_stage_all +} + +do_install_append () { + install -d ${D}/usr/share/X11/xkb/compiled +} + +FILES_${PN} += "${datadir}/X11/xkb"