summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-06-11 13:18:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-12 11:10:35 +0100
commitb81d788c799a576dd1dc0db573639df69d91afef (patch)
tree3a96546c68c947b928fa24d4c52469d2b81133ec /meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
parentbc4a29df84542f0ef905a2e20d8533a0ea7cb613 (diff)
downloadpoky-b81d788c799a576dd1dc0db573639df69d91afef.tar.gz
ossp-uuid: Add oss-uuid package and RPM 5.4.9 integration
RPM 5.4.9 now strongly encourages you to have the ossp-uuid library available. Add this recipe, and change RPM to use the uuid functionality. (From OE-Core rev: 8a2b55c5b7c544ec15113bc21e5c62276449c9c3) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.patch24
1 files changed, 24 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..97daca46d1
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
@@ -0,0 +1,24 @@
1Remove hardcoded libtool name, fall back to generated name
2
3Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
4
5diff -ur uuid-1.6.2.orig/Makefile.in uuid-1.6.2/Makefile.in
6--- uuid-1.6.2.orig/Makefile.in 2012-05-14 14:37:19.579672930 -0500
7+++ uuid-1.6.2/Makefile.in 2012-05-14 14:37:49.112733787 -0500
8@@ -32,6 +32,7 @@
9 VPATH = @srcdir@
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12+top_builddir = @top_builddir@
13 S = $(srcdir)
14 C = .
15
16@@ -55,7 +56,7 @@
17 CP = cp
18 RMDIR = rmdir
19 SHTOOL = $(S)/shtool
20-LIBTOOL = $(C)/libtool
21+LIBTOOL = @LIBTOOL@
22 TRUE = true
23 POD2MAN = pod2man
24 PERL = @PERL@