From 6fae6a92cf3d9810dc68438f3b20913453812437 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" Signed-off-by: Khem Raj --- meta/recipes-core/glib-2.0/glib.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-core/glib-2.0/glib.inc') diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 06e6825643..eff59970d5 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -79,6 +79,10 @@ do_install_append () { fi } +do_install_append_libc-musl () { + rm -f ${D}${libdir}/charset.alias +} + RDEPENDS_${PN}-ptest += "\ gnome-desktop-testing \ tzdata \ -- cgit 1.2.3-korg