diff options
author | Zhixiong Chi <Zhixiong.Chi@windriver.com> | 2016-02-03 14:16:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:39:01 +0000 |
commit | 8f2306ccba702506824bda02dc1c99b35986a7e0 (patch) | |
tree | 87927328efa521a03b9bd1ebb6512054107a85ed /meta/recipes-extended | |
parent | 6251846f45da5d5f37eea5b68911fa2ac2642b31 (diff) | |
download | poky-8f2306ccba702506824bda02dc1c99b35986a7e0.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')
(From OE-Core rev: 2ff6f2bb8a9987fa39ea42182d7a4404371707aa)
Signed-off-by: Zhixiong Chi <Zhixiong.Chi@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/mktemp/mktemp_1.7.bb | 2 |
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 () { | |||
27 | 27 | ||
28 | ALTERNATIVE_${PN} = "mktemp" | 28 | ALTERNATIVE_${PN} = "mktemp" |
29 | ALTERNATIVE_LINK_NAME[mktemp] = "${base_bindir}/mktemp" | 29 | ALTERNATIVE_LINK_NAME[mktemp] = "${base_bindir}/mktemp" |
30 | ALTERNATIVE_PRIORITY = "200" | 30 | ALTERNATIVE_PRIORITY = "60" |
31 | 31 | ||
32 | ALTERNATIVE_${PN}-doc = "mktemp.1" | 32 | ALTERNATIVE_${PN}-doc = "mktemp.1" |
33 | ALTERNATIVE_PRIORITY_${PN}-doc = "300" | 33 | ALTERNATIVE_PRIORITY_${PN}-doc = "300" |