[oe-commits] Mark Hatle : mktemp: use BPN for alternatives

git at git.openembedded.org git at git.openembedded.org
Wed May 30 11:05:17 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: c1285844b9a46221c8e0b24ef29642bec312035b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c1285844b9a46221c8e0b24ef29642bec312035b

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Tue May 22 12:38:45 2012 -0500

mktemp: use BPN for alternatives

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>

---

 meta/recipes-extended/mktemp/mktemp_1.7.bb |    4 ++--
 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 17b0c6f..b3a3d51 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"





More information about the Openembedded-commits mailing list