summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch21
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb2
2 files changed, 23 insertions, 0 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
new file mode 100644
index 0000000000..7f601afab5
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
@@ -0,0 +1,21 @@
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@
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
index 85a1bcf5ca..5d9ca790e9 100644
--- a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
@@ -27,6 +27,7 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/
27 file://uuid-nostrip.patch \ 27 file://uuid-nostrip.patch \
28 file://install-pc.patch \ 28 file://install-pc.patch \
29 file://ldflags.patch \ 29 file://ldflags.patch \
30 file://libtool-tag.patch \
30 " 31 "
31SRC_URI[md5sum] = "5db0d43a9022a6ebbbc25337ae28942f" 32SRC_URI[md5sum] = "5db0d43a9022a6ebbbc25337ae28942f"
32SRC_URI[sha256sum] = "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0" 33SRC_URI[sha256sum] = "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0"
@@ -37,6 +38,7 @@ inherit autotools update-alternatives
37 38
38EXTRA_OECONF = "--without-dce --without-cxx --without-perl --without-perl-compat --without-php --without-pgsql" 39EXTRA_OECONF = "--without-dce --without-cxx --without-perl --without-perl-compat --without-php --without-pgsql"
39EXTRA_OECONF = "--includedir=${includedir}/ossp" 40EXTRA_OECONF = "--includedir=${includedir}/ossp"
41EXTRA_OEMAKE_class-target = "LIBTOOLFLAGS='--tag=CC'"
40 42
41do_configure_prepend() { 43do_configure_prepend() {
42 # This package has a completely custom aclocal.m4, which should be acinclude.m4. 44 # This package has a completely custom aclocal.m4, which should be acinclude.m4.