]> code.ossystems Code Review - openembedded-core.git/commitdiff
console-tools: fix ALTERNATIVE_PRIORITY conflict with kbd
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 10 Oct 2015 02:51:33 +0000 (19:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:20:02 +0000 (11:20 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Conflicts:
console-tools and kbd have the same priority 100 for chvt
console-tools and kbd have the same priority 100 for deallocvt
console-tools and kbd have the same priority 100 for fgconsole
console-tools and kbd have the same priority 100 for openvt

Turn down console-tools' priority to fix the conflict, the larger set
of tools should use a lower priority.

[YOCTO #8477]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/console-tools/console-tools_0.3.2.bb

index c60a5a05bbce6a0b7c25668a737244a3499d66ec..a9805b3fe89d65432d63a1c24b776e6da1e5965b 100644 (file)
@@ -29,7 +29,7 @@ do_configure_prepend () {
 
 inherit autotools gettext update-alternatives
 
-ALTERNATIVE_PRIORITY = "100"
+ALTERNATIVE_PRIORITY = "30"
 
 bindir_progs = "chvt deallocvt fgconsole openvt"
 ALTERNATIVE_${PN} = "${bindir_progs}"