summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
deleted file mode 100644
index 7f601afab5..0000000000
--- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1Repect LIBTOOLFLAGS
2
3This add a knob that can be controlled from env to set generic options
4for libtool
5
6Upstream-Status: Pending
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8
9Index: uuid-1.6.2/Makefile.in
10===================================================================
11--- uuid-1.6.2.orig/Makefile.in
12+++ uuid-1.6.2/Makefile.in
13@@ -56,7 +56,7 @@ RM = rm -f
14 CP = cp
15 RMDIR = rmdir
16 SHTOOL = $(S)/shtool
17-LIBTOOL = @LIBTOOL@
18+LIBTOOL = @LIBTOOL@ $(LIBTOOLFLAGS)
19 TRUE = true
20 POD2MAN = pod2man
21 PERL = @PERL@