diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-07 11:14:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:49:58 +0100 |
commit | 81b08526c00c2d1ce2ccf7429339916ef4bade23 (patch) | |
tree | 58a94eff7e6bf8a4617494b4eca6916b80720e30 | |
parent | f2c4d8022da45259da0f424e8b8709933fb3a862 (diff) | |
download | poky-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>
-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_2.0.0.bb (renamed from meta/recipes-core/kbd/kbd_1.15.2.bb) | 19 |
2 files changed, 10 insertions, 37 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 @@ | |||
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_2.0.0.bb index a150ff1b54..eafa0b0d03 100644 --- a/meta/recipes-core/kbd/kbd_1.15.2.bb +++ b/meta/recipes-core/kbd/kbd_2.0.0.bb | |||
@@ -1,22 +1,22 @@ | |||
1 | DESCRIPTION = "This package contains keytable files and keyboard utilities" | 1 | DESCRIPTION = "This package contains keytable files and keyboard utilities" |
2 | # everything minus console-fonts is GPLv2+ | 2 | # everything minus console-fonts is GPLv2+ |
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=587ce626d15bd61699a64a6b8a5afefb" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" |
5 | DEPENDS = "check" | ||
5 | 6 | ||
6 | inherit autotools gettext | 7 | inherit autotools gettext ptest |
7 | 8 | ||
8 | BBCLASSEXTEND = "native" | ||
9 | RREPLACES_${PN} = "console-tools" | 9 | RREPLACES_${PN} = "console-tools" |
10 | RPROVIDES_${PN} = "console-tools" | 10 | RPROVIDES_${PN} = "console-tools" |
11 | RCONFLICTS_${PN} = "console-tools" | 11 | RCONFLICTS_${PN} = "console-tools" |
12 | 12 | ||
13 | PR = "r4" | 13 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.bz2" |
14 | 14 | ||
15 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2 \ | 15 | SRC_URI[md5sum] = "1d9bbc36506b8c25740d028b0f6d2839" |
16 | file://Allow-resizecons-on-x86_64.patch" | 16 | SRC_URI[sha256sum] = "f5eb125d5154bc0fe6f38175de9fcd394879485dadbba75c350d4ab050684a42" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" | 18 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" |
19 | SRC_URI[sha256sum] = "b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6" | 19 | PACKAGECONFIG[pam] = "--enable-vlock, --disable-vlock, libpam," |
20 | 20 | ||
21 | PACKAGES += "${PN}-consolefonts ${PN}-keymaps ${PN}-unimaps ${PN}-consoletrans" | 21 | PACKAGES += "${PN}-consolefonts ${PN}-keymaps ${PN}-unimaps ${PN}-consoletrans" |
22 | 22 | ||
@@ -27,6 +27,7 @@ FILES_${PN}-unimaps = "${datadir}/unimaps" | |||
27 | 27 | ||
28 | inherit update-alternatives | 28 | inherit update-alternatives |
29 | 29 | ||
30 | |||
31 | ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt" | 30 | ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt" |
32 | ALTERNATIVE_PRIORITY = "100" | 31 | ALTERNATIVE_PRIORITY = "100" |
32 | |||
33 | BBCLASSEXTEND = "native" | ||