aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/console-tools
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-10-09 19:51:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-16 11:20:02 +0000
commit839849f5cb7e4dab92d0566f87b04beab773f2be (patch)
tree7b8ee56d9f00f250e9347ec517a3e8e1b32af9d4 /meta/recipes-core/console-tools
parent268cf5c0b813a9dd5fead6883099c4e8ad9f81c0 (diff)
downloadopenembedded-core-contrib-839849f5cb7e4dab92d0566f87b04beab773f2be.tar.gz
console-tools: fix ALTERNATIVE_PRIORITY conflict with kbd
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>
Diffstat (limited to 'meta/recipes-core/console-tools')
-rw-r--r--meta/recipes-core/console-tools/console-tools_0.3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
index c60a5a05bb..a9805b3fe8 100644
--- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb
+++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
@@ -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}"