From 0d9a0711d3eea18512e75d091f703dfb1a9091f0 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Thu, 11 Sep 2014 10:28:28 +0800 Subject: texinfo: integrate texinfo 4.8 It is a GPLv2 package (From OE-Core rev: 8d33c091784675405fbe1c3e7c3a12cc82b800d1) Signed-off-by: Roy Li Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../texinfo/texinfo-4.8/check-locale-h.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch (limited to 'meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch') diff --git a/meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch b/meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch new file mode 100644 index 0000000000..4a8cc57a56 --- /dev/null +++ b/meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch @@ -0,0 +1,28 @@ +fix the macro check + +Upstream-status: Pending + +configure does not check if locale.h exists, but check setlocale, +if setlocale exist, the locale.h should exist. + +Signed-off-by: Roy Li +--- + lib/system.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/system.h b/lib/system.h +index 946eb3c..c70037b 100644 +--- a/lib/system.h ++++ b/lib/system.h +@@ -42,7 +42,7 @@ extern char *substring (const char *, const char *); + #include + + /* All systems nowadays probably have these functions, but ... */ +-#ifdef HAVE_LOCALE_H ++#ifdef HAVE_SETLOCALE + #include + #endif + #ifndef HAVE_SETLOCALE +-- +1.7.10.4 + -- cgit v1.2.3-54-g00ecf