From d9134cf0bcdbc60ba2f3012edc10e652d4894f51 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 8 Jan 2016 18:06:42 +0000 Subject: glib-2.0: Fix locale location on musl gettext.m4 macro does not detect musl triplets and falls back to ${libdir}/locale It ends up with lot of packging warning "files installed but not packaged" (From OE-Core rev: 6fae6a92cf3d9810dc68438f3b20913453812437) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch (limited to 'meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch') diff --git a/meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch b/meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch deleted file mode 100644 index 2a154fdd4a..0000000000 --- a/meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch +++ /dev/null @@ -1,20 +0,0 @@ -Fix DATADIRNAME on uclibc/Linux - -translation files are always installed under PREFIX/share/locale in uclibc -based systems therefore lets set DATADIRNAME to "share". - -Signed-off-by: Khem Raj -Upstream-Status: Pending -Index: glib-2.38.2/m4macros/glib-gettext.m4 -=================================================================== ---- glib-2.38.2.orig/m4macros/glib-gettext.m4 2013-11-07 07:29:13.000000000 -0800 -+++ glib-2.38.2/m4macros/glib-gettext.m4 2014-03-15 14:51:54.712135644 -0700 -@@ -239,7 +239,7 @@ - [CATOBJEXT=.mo - DATADIRNAME=lib]) - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-linux-uclibc*) - CATOBJEXT=.mo - DATADIRNAME=share - ;; -- cgit v1.2.3-54-g00ecf