diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-09-08 17:42:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:34:28 +0200 |
commit | 895bc428e93fa0ca4bbd36c4067bcc45bbb8bc0d (patch) | |
tree | e0d6ec9f20abe30a1ab8fb4edbcd58acf8f5be1e | |
parent | 76430b21eaab5cc81d6e71d429be3aeb6edfb1bd (diff) | |
download | meta-openembedded-895bc428e93fa0ca4bbd36c4067bcc45bbb8bc0d.tar.gz |
evolution-data-server: fix locale installation path
fixes:
WARNING: QA Issue: evolution-data-server: Files/directories were installed but not shipped in any package:
/usr/locale
/usr/locale/xh
/usr/locale/hu
/usr/locale/nn
/usr/locale/fi
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch | 34 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch b/meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch new file mode 100644 index 000000000..741e5e97d --- /dev/null +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server/0006-configure.ac-do-not-overwrite-localedir.patch | |||
@@ -0,0 +1,34 @@ | |||
1 | From 3feaea8e84b3ad8dc2d551e42224f3b4a9413e7d Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Thu, 3 Sep 2015 11:14:24 +0200 | ||
4 | Subject: [PATCH] configure.ac: do not overwrite localedir | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Upstream-Status: Backport [1] | ||
10 | |||
11 | [1] https://git.gnome.org/browse/evolution-data-server/tree/configure.ac#n298 | ||
12 | |||
13 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
14 | --- | ||
15 | configure.ac | 3 --- | ||
16 | 1 file changed, 3 deletions(-) | ||
17 | |||
18 | diff --git a/configure.ac b/configure.ac | ||
19 | index f1d4ce8..cee847f 100644 | ||
20 | --- a/configure.ac | ||
21 | +++ b/configure.ac | ||
22 | @@ -257,9 +257,6 @@ GETTEXT_PACKAGE=evolution-data-server-$BASE_VERSION | ||
23 | AC_SUBST(GETTEXT_PACKAGE) | ||
24 | AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext]) | ||
25 | |||
26 | -localedir='$(prefix)/$(DATADIRNAME)/locale' | ||
27 | -AC_SUBST(localedir) | ||
28 | - | ||
29 | dnl ****************************** | ||
30 | dnl Initialize libtool | ||
31 | dnl ****************************** | ||
32 | -- | ||
33 | 2.1.0 | ||
34 | |||
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb index 7c935a3d5..426076fb2 100644 --- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | |||
@@ -22,6 +22,7 @@ SRC_URI = " \ | |||
22 | file://0003-Disable-Werror-for-automake.patch \ | 22 | file://0003-Disable-Werror-for-automake.patch \ |
23 | file://0004-configure-Fix-libical-pkg-config-trying-to-use-host-.patch \ | 23 | file://0004-configure-Fix-libical-pkg-config-trying-to-use-host-.patch \ |
24 | file://0005-soup-adapt-to-new-libxml2-API-from-2.9.0.patch \ | 24 | file://0005-soup-adapt-to-new-libxml2-API-from-2.9.0.patch \ |
25 | file://0006-configure.ac-do-not-overwrite-localedir.patch \ | ||
25 | file://iconv-detect.h \ | 26 | file://iconv-detect.h \ |
26 | " | 27 | " |
27 | 28 | ||