aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2013-07-04 21:47:29 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-08 10:38:35 +0200
commit7da2e2c86e39deba0c1cb08f40efd82b17da17b5 (patch)
treed09613e05cb06b53f60d320614c7681af09b1bbe /meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch
parent4d2b8ed90614a21d8d7d7c38d013c0c74d9ffffc (diff)
downloadmeta-openembedded-contrib-7da2e2c86e39deba0c1cb08f40efd82b17da17b5.tar.gz
hexedit: new recipe
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch')
-rw-r--r--meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch b/meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch
new file mode 100644
index 0000000000..a384b05cef
--- /dev/null
+++ b/meta-oe/recipes-extended/hexedit/hexedit/0001-don-t-strip-when-installing.patch
@@ -0,0 +1,30 @@
+From cc67246ca6839e5b3f6a286f10ed24c225b77a5e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@eukrea.com>
+Date: Thu, 4 Jul 2013 12:34:32 +0200
+Subject: [PATCH] don't strip when installing
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Eric Bénard <eric@eukrea.com>
+
+Upstream-Status: Inappropriate [configuration]
+---
+ Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 159463e..735cc72 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -42,6 +42,6 @@ distclean: clean
+
+ install: $(PRODUCT)
+ $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
+- $(INSTALL) -s -m 755 $(PRODUCT) $(DESTDIR)$(bindir)
++ $(INSTALL) -m 755 $(PRODUCT) $(DESTDIR)$(bindir)
+ $(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
+ $(INSTALL) -m 644 $(PRODUCT).1 $(DESTDIR)$(mandir)/man1
+--
+1.7.10.4
+