From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../intltool/intltool-0.50.2/uclibc.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create 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 new file mode 100644 index 0000000000..145c181f17 --- /dev/null +++ b/meta/recipes-devtools/intltool/intltool-0.50.2/uclibc.patch @@ -0,0 +1,19 @@ +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