diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 16:07:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:27 +0100 |
commit | 80e764e610196f0336d8041ee06cbdc0ae18ab20 (patch) | |
tree | a7512b590224966b9b9152a0bf9e156cac146b7a /meta/recipes-core | |
parent | d08996355c2cc02ea400513224e674ffd57ee3f6 (diff) | |
download | poky-80e764e610196f0336d8041ee06cbdc0ae18ab20.tar.gz |
kbd: cleanup update-alternatives deprecated code
(From OE-Core rev: 8240556c40a499aff5a405de3e28e1ed749e8ef5)
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.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb index 99a6a50981..79ea468a4f 100644 --- a/meta/recipes-core/kbd/kbd_1.15.2.bb +++ b/meta/recipes-core/kbd/kbd_1.15.2.bb | |||
@@ -10,7 +10,7 @@ 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 = "r3" | 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 | SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" | 16 | SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5" |
@@ -25,7 +25,6 @@ FILES_${PN}-unimaps = "${datadir}/unimaps" | |||
25 | 25 | ||
26 | inherit update-alternatives | 26 | inherit update-alternatives |
27 | 27 | ||
28 | ALTERNATIVE_PRIORITY = "100" | ||
29 | 28 | ||
30 | bindir_progs = "chvt deallocvt fgconsole openvt" | 29 | ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt" |
31 | ALTERNATIVE_LINKS = "${bindir}/${@' ${bindir}/'.join((d.getVar('bindir_progs', True)).split())}" | 30 | ALTERNATIVE_PRIORITY = "100" |