summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-01-08 18:06:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:32 +0000
commitd9134cf0bcdbc60ba2f3012edc10e652d4894f51 (patch)
tree8abb789a15538f348f97eb57005266474a297839 /meta/recipes-core/glib-2.0/glib.inc
parent527cd95c17ab387f6b50f2bfd83c2863ed65eacc (diff)
downloadpoky-d9134cf0bcdbc60ba2f3012edc10e652d4894f51.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc4
1 files changed, 4 insertions, 0 deletions
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 () {
79 fi 79 fi
80} 80}
81 81
82do_install_append_libc-musl () {
83 rm -f ${D}${libdir}/charset.alias
84}
85
82RDEPENDS_${PN}-ptest += "\ 86RDEPENDS_${PN}-ptest += "\
83 gnome-desktop-testing \ 87 gnome-desktop-testing \
84 tzdata \ 88 tzdata \