summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/mktemp/mktemp_1.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/meta/recipes-extended/mktemp/mktemp_1.7.bb
index 65f542ef00..17b0c6f131 100644
--- a/meta/recipes-extended/mktemp/mktemp_1.7.bb
+++ b/meta/recipes-extended/mktemp/mktemp_1.7.bb
@@ -5,7 +5,7 @@ SECTION = "console/utils"
5LICENSE = "ISC" 5LICENSE = "ISC"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=430680f6322a1eb87199b5e01a82c0d4" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=430680f6322a1eb87199b5e01a82c0d4"
7 7
8PR = "r1" 8PR = "r2"
9 9
10SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${BPN}-${PV}.tar.gz \ 10SRC_URI = "ftp://ftp.mktemp.org/pub/mktemp/${BPN}-${PV}.tar.gz \
11 file://disable-strip.patch \ 11 file://disable-strip.patch \
@@ -22,6 +22,7 @@ EXTRA_OECONF = "--with-libc"
22do_install_append () { 22do_install_append () {
23 mkdir ${D}${base_bindir} 23 mkdir ${D}${base_bindir}
24 mv ${D}${bindir}/mktemp ${D}${base_bindir}/mktemp.${PN} 24 mv ${D}${bindir}/mktemp ${D}${base_bindir}/mktemp.${PN}
25 rmdir ${D}${bindir}
25} 26}
26 27
27ALTERNATIVE_NAME = "mktemp" 28ALTERNATIVE_NAME = "mktemp"