From 372f2f40c09050346e5bd62d47d3ebdf05d76d29 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 29 Jul 2010 10:40:15 +0800 Subject: mktemp: add mktemp package Mktemp is a small program to allow safe temporary file creation from shell scripts. this commit add mktemp 1.7. it is borrowed from open embedded with following changes: - upgrade from 1.6 to 1.7 - remove the patch add_destdir.patch, since this patch is already included in 1.7. Signed-off-by: Yu Ke --- meta-lsb/packages/mktemp/files/disable-strip.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-lsb/packages/mktemp/files/disable-strip.patch (limited to 'meta-lsb/packages/mktemp/files/disable-strip.patch') diff --git a/meta-lsb/packages/mktemp/files/disable-strip.patch b/meta-lsb/packages/mktemp/files/disable-strip.patch new file mode 100644 index 0000000000..d6bc528a21 --- /dev/null +++ b/meta-lsb/packages/mktemp/files/disable-strip.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.in b/Makefile.in +index 37b3cc9..f1026f3 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -95,7 +95,7 @@ install-dirs: + $(DESTDIR)$(mandir)/man1 + + install-binaries: $(PROG) +- $(INSTALL) -m 0555 -s $(PROG) $(DESTDIR)$(bindir)/$(PROG) ++ $(INSTALL) -m 0555 $(PROG) $(DESTDIR)$(bindir)/$(PROG) + + install-man: + $(INSTALL) -m 0444 $(srcdir)/mktemp.$(mantype) \ -- cgit v1.2.3-54-g00ecf