diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-03-15 22:42:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-17 14:01:06 +0000 |
commit | 511121dc1867279f2483ddf236e4c64c90bc8acb (patch) | |
tree | b9804ee49743104eb9b46900c3a26e6e25521759 /meta/recipes-devtools/intltool/intltool_0.50.2.bb | |
parent | 0e5a1a23089c732da5c1900886360199cfe23cf9 (diff) | |
download | openembedded-core-511121dc1867279f2483ddf236e4c64c90bc8acb.tar.gz openembedded-core-511121dc1867279f2483ddf236e4c64c90bc8acb.tar.bz2 openembedded-core-511121dc1867279f2483ddf236e4c64c90bc8acb.zip |
intltool: Define DATADIRNAME=share for uclibc based systems
This otherwise makes localedir to point to prefix/lib
which is wrong location for locale splitting and we end
with unpackaged locale files e.g. systemd throws this
WARNING: QA Issue: systemd: Files/directories were installed but not
shipped
/usr/lib/locale
/usr/lib/locale/fr
/usr/lib/locale/pl
/usr/lib/locale/ru
/usr/lib/locale/it
/usr/lib/locale/fr/LC_MESSAGES
/usr/lib/locale/fr/LC_MESSAGES/systemd.mo
/usr/lib/locale/pl/LC_MESSAGES
/usr/lib/locale/pl/LC_MESSAGES/systemd.mo
/usr/lib/locale/ru/LC_MESSAGES
/usr/lib/locale/ru/LC_MESSAGES/systemd.mo
/usr/lib/locale/it/LC_MESSAGES
/usr/lib/locale/it/LC_MESSAGES/systemd.mo
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/intltool/intltool_0.50.2.bb')
-rw-r--r-- | meta/recipes-devtools/intltool/intltool_0.50.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/intltool/intltool_0.50.2.bb b/meta/recipes-devtools/intltool/intltool_0.50.2.bb index dffce2150b..483239d472 100644 --- a/meta/recipes-devtools/intltool/intltool_0.50.2.bb +++ b/meta/recipes-devtools/intltool/intltool_0.50.2.bb @@ -3,6 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" SRC_URI += "file://intltool-nowarn.patch \ + file://uclibc.patch \ ${NATIVEPATCHES} \ " |