From: Rolf Leggewie Date: Sat, 31 May 2008 00:39:41 +0000 (+0000) Subject: xkeyboard-config: initial commit with version 1.3. Based on work provided by Otavio... X-Git-Tag: Release-2010-05/1~6842^2~11^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2870070b5d78f1a39f60ea135e8d5160d2fee247;p=openembedded.git xkeyboard-config: initial commit with version 1.3. Based on work provided by Otavio. Partly closes 4340. --- diff --git a/packages/xkeyboard-config/.mtn2git_empty b/packages/xkeyboard-config/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/xkeyboard-config/xkeyboard-config_1.3.bb b/packages/xkeyboard-config/xkeyboard-config_1.3.bb new file mode 100644 index 0000000000..f69e63c824 --- /dev/null +++ b/packages/xkeyboard-config/xkeyboard-config_1.3.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Common X11 Keyboard layouts" +LICENSE = "MIT" +DEPENDS = "intltool xkbcomp-native" +RDEPENDS = "xkbcomp" + +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 +}