From 5d0f8a6db951844e4fd997baa89a459e40159760 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Wed, 8 Jul 2015 21:01:23 +0100 Subject: intltool: Upgrade 0.50.2 -> 0.51.0 * Remove uclibc.patch as the whole localedir guessing code has been removed upstream. * Add patch to fix deprecation warnings (and the resulting broken install paths) when using Perl 5.22 (RB) (From OE-Core rev: bebbcb10f467b40cc9a2fb64c824f2ef4142f7fe) Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../intltool/intltool-0.50.2/uclibc.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta/recipes-devtools/intltool/intltool-0.50.2/uclibc.patch (limited to 'meta/recipes-devtools/intltool/intltool-0.50.2/uclibc.patch') diff --git a/meta/recipes-devtools/intltool/intltool-0.50.2/uclibc.patch b/meta/recipes-devtools/intltool/intltool-0.50.2/uclibc.patch deleted file mode 100644 index 145c181f17..0000000000 --- a/meta/recipes-devtools/intltool/intltool-0.50.2/uclibc.patch +++ /dev/null @@ -1,19 +0,0 @@ -on uclibc systems localedir should point to /usr/'share' as usual. - -Upstream-Status: Pending -Signed-off-by: Khem Raj - -Index: intltool-0.50.2/intltool.m4 -=================================================================== ---- intltool-0.50.2.orig/intltool.m4 2014-03-15 22:09:01.016627665 -0700 -+++ intltool-0.50.2/intltool.m4 2014-03-15 22:12:09.732631206 -0700 -@@ -173,6 +173,9 @@ - AC_CHECK_FUNC(bind_textdomain_codeset, - [DATADIRNAME=share], [DATADIRNAME=lib]) - ;; -+ *-*-*uclibc*) -+ [DATADIRNAME=share] -+ ;; - *) - [DATADIRNAME=lib] - ;; -- cgit v1.2.3-54-g00ecf