[oe-commits] : xserver-common: add keypad to keymap

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:43 UTC 2008


Module: OE.dev
Branch: master
Commit: a784553b9de093160a938f2a362558dd978236b5
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=a784553b9de093160a938f2a362558dd978236b5

Author:  <koen at openembedded.org>
Date:   Sun Aug 10 18:11:19 2008 +0000

xserver-common: add keypad to keymap

---

 packages/xserver-common/files/fixes-fix-fix.patch |   20 ++++++++++++++++++++
 packages/xserver-common/xserver-common_1.22.bb    |    3 ++-
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/packages/xserver-common/files/fixes-fix-fix.patch b/packages/xserver-common/files/fixes-fix-fix.patch
new file mode 100644
index 0000000..c44e027
--- /dev/null
+++ b/packages/xserver-common/files/fixes-fix-fix.patch
@@ -0,0 +1,20 @@
+--- /tmp/default.xmodmap	2008-08-10 20:06:35.000000000 +0200
++++ xserver-common-1.22/X11/default.xmodmap	2008-08-10 20:07:04.000000000 +0200
+@@ -188,13 +188,13 @@
+ keycode 195 =
+ keycode 196 =
+ keycode 197 =
+-keycode 198 =
++keycode 198 = Up
+ keycode 199 =
+-keycode 200 =
+-keycode 201 =
++keycode 200 = Left
++keycode 201 = Right
+ keycode 202 =
+ keycode 203 =
+-keycode 204 =
++keycode 204 = Down
+ keycode 205 =
+ keycode 206 =
+ keycode 207 =
diff --git a/packages/xserver-common/xserver-common_1.22.bb b/packages/xserver-common/xserver-common_1.22.bb
index 425e64c..9ef4e45 100644
--- a/packages/xserver-common/xserver-common_1.22.bb
+++ b/packages/xserver-common/xserver-common_1.22.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
-PR = "r5"
+PR = "r6"
 
 PACKAGE_ARCH = "all"
 
@@ -12,6 +12,7 @@ inherit gpe
 SRC_URI_append = " file://setDPI.sh "
 SRC_URI_append_angstrom = " file://kdrive-1.4-fixes.patch;patch=1 \
                             file://kdrive-1.4-fixes-fix.patch;patch=1 \
+                            file://fixes-fix-fix.patch;patch=1 \
 "
 
 do_install_append() {





More information about the Openembedded-commits mailing list