diff options
author | Li Zhijian <lizhijian@cn.fujitsu.com> | 2013-09-16 02:02:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-17 14:35:18 +0100 |
commit | 7d6094489c880044013c6fa5ef1ed2bf270362d1 (patch) | |
tree | ad8a0ec25d673f05424462b68672b29fbd6cc775 /meta/recipes-core | |
parent | 0af5853de2ace7a295ea0d0c8f8f069d5e5f3b1d (diff) | |
download | poky-7d6094489c880044013c6fa5ef1ed2bf270362d1.tar.gz |
kbd: Allow resizecons on x86_64
(From OE-Core rev: cec49d5083f749d9886207e88648ddd4c12fbc87)
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch | 28 | ||||
-rw-r--r-- | meta/recipes-core/kbd/kbd_1.15.2.bb | 3 |
2 files changed, 30 insertions, 1 deletions
diff --git a/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch b/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch new file mode 100644 index 0000000000..1a49846972 --- /dev/null +++ b/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | Upstream-status: Accepted | ||
2 | This patch had accepted at kdb-1.5.4 | ||
3 | |||
4 | From e069cfa96b41a6714118e15496cdd6b83fc16ad2 Mon Sep 17 00:00:00 2001 | ||
5 | From: Alexey Gladkov <gladkov.alexey@gmail.com> | ||
6 | Date: Mon, 27 Feb 2012 14:30:50 +0400 | ||
7 | Subject: [PATCH] Allow resizecons on x86_64 | ||
8 | |||
9 | Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com> | ||
10 | --- | ||
11 | configure.ac | 1 + | ||
12 | 1 files changed, 1 insertions(+), 0 deletions(-) | ||
13 | |||
14 | diff --git a/configure.ac b/configure.ac | ||
15 | index a8115ed..b58f3bd 100644 | ||
16 | --- a/configure.ac | ||
17 | +++ b/configure.ac | ||
18 | @@ -62,6 +62,7 @@ AM_CONDITIONAL(KEYCODES_PROGS, test "$KEYCODES_PROGS" = "yes") | ||
19 | |||
20 | case $host_cpu in | ||
21 | i?86*) RESIZECONS_PROGS=yes ;; | ||
22 | + x86_64*) RESIZECONS_PROGS=yes ;; | ||
23 | *) RESIZECONS_PROGS=no ;; | ||
24 | esac | ||
25 | AM_CONDITIONAL(RESIZECONS_PROGS, test "$RESIZECONS_PROGS" = "yes") | ||
26 | -- | ||
27 | 1.7.1 | ||
28 | |||
diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb index c5cb66a24c..a150ff1b54 100644 --- a/meta/recipes-core/kbd/kbd_1.15.2.bb +++ b/meta/recipes-core/kbd/kbd_1.15.2.bb | |||
@@ -12,7 +12,8 @@ RCONFLICTS_${PN} = "console-tools" | |||
12 | 12 | ||
13 | PR = "r4" | 13 | PR = "r4" |
14 | 14 | ||
15 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2" | 15 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2 \ |
16 | file://Allow-resizecons-on-x86_64.patch" | ||
16 | 17 | ||
17 | SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" | 18 | SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" |
18 | SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6" | 19 | SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6" |