From 1c4176c93576353e3c08715453fcf583f8c75851 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 29 Oct 2015 16:33:37 +0800 Subject: mktemp: raise the priority to avoid conflicting with coreutils If mktemp and coreutils have the same priority for the 'mktemp' command, /bin/mktemp might point to different destinations depending on which package is installed first. Raise the priority to 200 in mktemp recipe to avoid such problem. Signed-off-by: Chen Qi --- meta/recipes-extended/mktemp/mktemp_1.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb index fe238eea37..d22668ca6a 100644 --- a/meta/recipes-extended/mktemp/mktemp_1.7.bb +++ b/meta/recipes-extended/mktemp/mktemp_1.7.bb @@ -27,7 +27,7 @@ do_install_append () { ALTERNATIVE_${PN} = "mktemp" ALTERNATIVE_LINK_NAME[mktemp] = "${base_bindir}/mktemp" -ALTERNATIVE_PRIORITY = "100" +ALTERNATIVE_PRIORITY = "200" ALTERNATIVE_${PN}-doc = "mktemp.1" ALTERNATIVE_PRIORITY_${PN}-doc = "300" -- cgit 1.2.3-korg