summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
new file mode 100644
index 0000000000..4bc91b86ee
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
@@ -0,0 +1,27 @@
1Remove hardcoded libtool name, fall back to generated name
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:37:19.579672930 -0500
10+++ uuid-1.6.2/Makefile.in 2012-05-14 14:37:49.112733787 -0500
11@@ -32,6 +32,7 @@
12 VPATH = @srcdir@
13 srcdir = @srcdir@
14 top_srcdir = @top_srcdir@
15+top_builddir = @top_builddir@
16 S = $(srcdir)
17 C = .
18
19@@ -55,7 +56,7 @@
20 CP = cp
21 RMDIR = rmdir
22 SHTOOL = $(S)/shtool
23-LIBTOOL = $(C)/libtool
24+LIBTOOL = @LIBTOOL@
25 TRUE = true
26 POD2MAN = pod2man
27 PERL = @PERL@