aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-10-07 11:14:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-18 15:49:58 +0100
commit81b08526c00c2d1ce2ccf7429339916ef4bade23 (patch)
tree58a94eff7e6bf8a4617494b4eca6916b80720e30 /meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch
parentf2c4d8022da45259da0f424e8b8709933fb3a862 (diff)
downloadopenembedded-core-contrib-81b08526c00c2d1ce2ccf7429339916ef4bade23.tar.gz
kbd: Update to 2.0.0
Removed patch that is now included upstream, add DEPENDS on check since it is now used to create. Additional added PACKAGECONFIG for PAM and --disbale-vlock License checksum updated to reflect additional Copyright owners names. (From OE-Core rev: 48621dc693b5f63419e042ab5dd21ea12ce05f67) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch')
-rw-r--r--meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch28
1 files changed, 0 insertions, 28 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
deleted file mode 100644
index 1a49846972..0000000000
--- a/meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x86_64.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-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
-