summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mktemp
diff options
context:
space:
mode:
authorZhixiong Chi <Zhixiong.Chi@windriver.com>2016-02-03 14:16:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:35:04 +0000
commit2ff6f2bb8a9987fa39ea42182d7a4404371707aa (patch)
treed695ec52b3472567b5f76923cf4d26dfc7fc71fd /meta/recipes-extended/mktemp
parenta3335137c2895e8167d174308dacc0a649896a11 (diff)
downloadopenembedded-core-2ff6f2bb8a9987fa39ea42182d7a4404371707aa.tar.gz
mktemp: lower the priority of standalone mktemp package
Lower the priority of the standalone mktemp package, so that finally the mktemp command installed into SDK image is coreutils.mktemp. coreutils.mktemp is widely extended to support more feature, and could not break some existing scripts and common usecases. For example: at least three 'X's, and mktemp XXX.pdf(do not have to be the trailing character for 'X') Signed-off-by: Zhixiong Chi <Zhixiong.Chi@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/mktemp')
-rw-r--r--meta/recipes-extended/mktemp/mktemp_1.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb
index d22668ca6a..9accc6eed6 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 = "200"
+ALTERNATIVE_PRIORITY = "60"
ALTERNATIVE_${PN}-doc = "mktemp.1"
ALTERNATIVE_PRIORITY_${PN}-doc = "300"