From d404d5574b0c270656fda4dc051babe82e8828a9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 11 Aug 2017 00:35:28 -0400 Subject: expat: Upgrade to 2.2.3 Signed-off-by: Khem Raj Signed-off-by: Dengke Du Signed-off-by: Richard Purdie --- meta/recipes-core/expat/expat/libtool-tag.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-core/expat/expat/libtool-tag.patch (limited to 'meta/recipes-core/expat/expat/libtool-tag.patch') diff --git a/meta/recipes-core/expat/expat/libtool-tag.patch b/meta/recipes-core/expat/expat/libtool-tag.patch new file mode 100644 index 0000000000..3ef4197ce5 --- /dev/null +++ b/meta/recipes-core/expat/expat/libtool-tag.patch @@ -0,0 +1,18 @@ +Add CC tag to build + +Upstream-Status: Pending +Signed-off-by: Khem Raj + +Index: expat-2.2.2/Makefile.in +=================================================================== +--- expat-2.2.2.orig/Makefile.in ++++ expat-2.2.2/Makefile.in +@@ -109,7 +109,7 @@ mkdir-init: + + CC = @CC@ + CXX = @CXX@ +-LIBTOOL = @LIBTOOL@ ++LIBTOOL = @LIBTOOL@ --tag CC + + INCLUDES = -I$(srcdir)/lib -I. + LDFLAGS = @LDFLAGS@ -- cgit 1.2.3-korg