summaryrefslogtreecommitdiff
path: root/packages/mktemp/mktemp_1.6.bb
diff options
context:
space:
mode:
authorlynnlin <lynn.lin@avocent.com>2009-02-10 23:42:45 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-10 23:43:09 +0100
commit840b23db50d99da5506fb7ee2203e9551d1e24a2 (patch)
tree62f35f3f2ae6642bb68ce8cd85e47374c2ff1d76 /packages/mktemp/mktemp_1.6.bb
parent5fae020b6fbac764fb9c4d62935ec9fde41df323 (diff)
mktemp: new recipe; safe temp directory from shell scripts. closes OE #4746
Diffstat (limited to 'packages/mktemp/mktemp_1.6.bb')
-rw-r--r--packages/mktemp/mktemp_1.6.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/mktemp/mktemp_1.6.bb b/packages/mktemp/mktemp_1.6.bb
new file mode 100644
index 0000000000..bd9c4caa7d
--- /dev/null
+++ b/packages/mktemp/mktemp_1.6.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Allow safe temporary file creation from shell scripts."
+HOMEPAGE = "http://www.mktemp.org/"
+SECTION = "console/utils"
+LICENSE = "GPLv2 BSD"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-libc"
+
+SRC_URI = "\
+ ftp://ftp.mktemp.org/pub/mktemp/${P}.tar.gz \
+ file://add_destdir.patch;patch=1 \
+ file://disable-strip.patch;patch=1 \
+"
+
+# FIXME should rather use update-alternatives
+RCONFLICTS_${PN} = "coreutils"