aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/kbd
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-07-26 16:07:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-15 14:18:38 +0100
commit8240556c40a499aff5a405de3e28e1ed749e8ef5 (patch)
treeaaa395c9497a8982d420eecab54dd4a78306ae75 /meta/recipes-core/kbd
parent91799f66dcc9f2ba43f16f756a861e0b08e2d340 (diff)
downloadopenembedded-core-contrib-8240556c40a499aff5a405de3e28e1ed749e8ef5.tar.gz
kbd: cleanup update-alternatives deprecated code
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/kbd')
-rw-r--r--meta/recipes-core/kbd/kbd_1.15.2.bb7
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"
RPROVIDES_${PN} = "console-tools"
RCONFLICTS_${PN} = "console-tools"
-PR = "r3"
+PR = "r4"
SRC_URI="${KERNELORG_MIRROR}/linux/utils/kbd/kbd-1.15.2.tar.bz2"
SRC_URI[md5sum] = "e850eb91e4d3b94b194efe8e953204c5"
@@ -25,7 +25,6 @@ FILES_${PN}-unimaps = "${datadir}/unimaps"
inherit update-alternatives
-ALTERNATIVE_PRIORITY = "100"
-bindir_progs = "chvt deallocvt fgconsole openvt"
-ALTERNATIVE_LINKS = "${bindir}/${@' ${bindir}/'.join((d.getVar('bindir_progs', True)).split())}"
+ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt"
+ALTERNATIVE_PRIORITY = "100"