aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mktemp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-05-22 12:38:45 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 12:04:39 +0100
commit78186993e0f13938ad5bf0e8bebbc8ff45c8c72d (patch)
treef3f4bd4c346f802ed83f72a8963f520065f56383 /meta/recipes-extended/mktemp
parent1a6f679d1b46ff1bf1c604ce0578911914fd3e79 (diff)
downloadopenembedded-core-contrib-78186993e0f13938ad5bf0e8bebbc8ff45c8c72d.tar.gz
mktemp: use BPN for alternatives
(From OE-Core rev: c1285844b9a46221c8e0b24ef29642bec312035b) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mktemp')
-rw-r--r--meta/recipes-extended/mktemp/mktemp_1.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb
index 17b0c6f131..b3a3d51afa 100644
--- a/meta/recipes-extended/mktemp/mktemp_1.7.bb
+++ b/meta/recipes-extended/mktemp/mktemp_1.7.bb
@@ -21,11 +21,11 @@ EXTRA_OECONF = "--with-libc"
do_install_append () {
mkdir ${D}${base_bindir}
- mv ${D}${bindir}/mktemp ${D}${base_bindir}/mktemp.${PN}
+ mv ${D}${bindir}/mktemp ${D}${base_bindir}/mktemp.${BPN}
rmdir ${D}${bindir}
}
ALTERNATIVE_NAME = "mktemp"
ALTERNATIVE_LINK = "${base_bindir}/mktemp"
-ALTERNATIVE_PATH = "${base_bindir}/mktemp.${PN}"
+ALTERNATIVE_PATH = "${base_bindir}/mktemp.${BPN}"
ALTERNATIVE_PRIORITY = "100"