summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-26 23:44:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-30 12:44:35 +0100
commit03282a8f5bf00fa7c15dce2f9b06ca5183c44b48 (patch)
tree6f857377dd377bfe147423f00567673732560d84 /meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
parent25392f7ed17dd6ce8505aaa4a42063c49b6c430b (diff)
downloadpoky-03282a8f5bf00fa7c15dce2f9b06ca5183c44b48.tar.gz
ossp-uuid: remove
This project is dead (upstream website doesn't respond anymore) and can mostly be replaced with the uuid.h in util-linux. (From OE-Core rev: e187e3da4b72bc667c8badfb5f2de01717d5ea09) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
deleted file mode 100644
index d806b5fb70..0000000000
--- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1We don't want anything stripped
2
3Upstream-Status: Inappropriate [no upstream]
4The project appears to no longer be accepting changes.
5
6Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
7
8diff -ur uuid-1.6.2.orig/Makefile.in uuid-1.6.2/Makefile.in
9--- uuid-1.6.2.orig/Makefile.in 2012-05-14 14:42:42.225789456 -0500
10+++ uuid-1.6.2/Makefile.in 2012-05-14 15:03:03.119733400 -0500
11@@ -254,7 +254,7 @@
12 -@if [ ".$(WITH_CXX)" = .yes ]; then \
13 $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 $(CXX_NAME) $(DESTDIR)$(libdir)/; \
14 fi
15- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/
16+ @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 755 uuid $(DESTDIR)$(bindir)/
17 $(SHTOOL) install -c -m 644 $(S)/uuid.1 $(DESTDIR)$(mandir)/man1/
18 -@if [ ".$(WITH_PERL)" = .yes ]; then \
19 (cd $(S)/perl && $(MAKE) $(MFLAGS) install DESTDIR=$(DESTDIR)); \