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>
This commit is contained in:
Li Zhijian 2013-09-16 02:02:34 +00:00 committed by Richard Purdie
parent 0af5853de2
commit 7d6094489c
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,28 @@
Upstream-status: Accepted
This patch had accepted at kdb-1.5.4
From e069cfa96b41a6714118e15496cdd6b83fc16ad2 Mon Sep 17 00:00:00 2001
From: Alexey Gladkov <gladkov.alexey@gmail.com>
Date: Mon, 27 Feb 2012 14:30:50 +0400
Subject: [PATCH] Allow resizecons on x86_64
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index a8115ed..b58f3bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,7 @@ AM_CONDITIONAL(KEYCODES_PROGS, test "$KEYCODES_PROGS" = "yes")
case $host_cpu in
i?86*) RESIZECONS_PROGS=yes ;;
+ x86_64*) RESIZECONS_PROGS=yes ;;
*) RESIZECONS_PROGS=no ;;
esac
AM_CONDITIONAL(RESIZECONS_PROGS, test "$RESIZECONS_PROGS" = "yes")
--
1.7.1

View File

@ -12,7 +12,8 @@ RCONFLICTS_${PN} = "console-tools"
PR = "r4"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2 \
file://Allow-resizecons-on-x86_64.patch"
SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5"
SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6"