aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-06 12:22:04 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-06 17:11:10 +0200
commit3aad2d9e2fa7076d207f682945764622accfe883 (patch)
tree11fe5685c8d2953a040bd24d51c5f4359ffa6ce1 /recipes
parentb28081b6039db85f18bf9e722fece59bff6e7b0f (diff)
downloadopenembedded-3aad2d9e2fa7076d207f682945764622accfe883.tar.gz
xkeyboard-config: add 1.8 version
This version supports the nokia900 machine.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xkeyboard-config/xkeyboard-config_1.8.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/xkeyboard-config/xkeyboard-config_1.8.bb b/recipes/xkeyboard-config/xkeyboard-config_1.8.bb
new file mode 100644
index 0000000000..fbf4f1dff0
--- /dev/null
+++ b/recipes/xkeyboard-config/xkeyboard-config_1.8.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Common X11 Keyboard layouts"
+LICENSE = "MIT"
+DEPENDS = "intltool xkbcomp-native"
+RDEPENDS_${PN} = "xkbcomp"
+PR = "r0"
+
+SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2 \
+ file://abnt2-fixes.patch"
+
+inherit autotools
+
+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"
+
+SRC_URI[md5sum] = "37ae41628cd2ce35d202d30b1820c8ba"
+SRC_URI[sha256sum] = "7dc3e6ca00adb105f46e40f8382e83d50b3fcd626bc8654293dae8b1e80506ce"