diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-13 07:02:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:26 +0000 |
commit | b3dd5ecd52901edc9a2ddd0233e99f3a1b82bda3 (patch) | |
tree | 12667393d13a102e2c2499963126ce27a5dc2717 /meta/recipes-core | |
parent | edd91b4b302e31e16cebff7934d620be4ca77f3c (diff) | |
download | poky-b3dd5ecd52901edc9a2ddd0233e99f3a1b82bda3.tar.gz |
gettext: upgrade to 0.19.4
* gettext:
- Update parallel.patch, we only need a part of it.
* gettext-minimal-native:
- Update related files from gettext-native.
- Remove Makevars.template, we didn't use it.
- Remove iconv-m4-remove-the-test-to-convert-euc-jp.patch (can be
reverse applied).
- Update the COPYING (1995 - 2014).
* About upgrade gettext-minimal-native (for future's upgrade):
- Build gettext-native
- Copy gettext-runtime/po/Makefile.in.in, build-aux/config.rpath and
gettext-runtime/po/remove-potcdate.sin from gettext-native.
- Update COPYING when needed (usually update the year), do not copy
the whole COPYING file from gettext-native.
- Go to gettext-native's ${S}/gettext-runtime/m4:
> Remove lt*.m4 and libtool.m4
> copy lib-ld.m4 lib-link.m4 lib-prefix.m4 from ${S}/gettext-runtime/m4/
> tar czvf /path/to/aclocal.tgz *.m4
(From OE-Core rev: cd91b748e83bd5c040538aecf76823549662b3c7)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/gettext/gettext-0.19.4/parallel.patch (renamed from meta/recipes-core/gettext/gettext-0.18.3.2/parallel.patch) | 13 | ||||
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-0.18.3.2/Makevars.template | 53 | ||||
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-0.18.3.2/aclocal.tgz | bin | 37591 -> 0 bytes | |||
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-0.18.3.2/iconv-m4-remove-the-test-to-convert-euc-jp.patch | 43 | ||||
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-0.19.4/COPYING (renamed from meta/recipes-core/gettext/gettext-minimal-0.18.3.2/COPYING) | 2 | ||||
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-0.19.4/Makefile.in.in (renamed from meta/recipes-core/gettext/gettext-minimal-0.18.3.2/Makefile.in.in) | 47 | ||||
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz | bin | 0 -> 39744 bytes | |||
-rwxr-xr-x | meta/recipes-core/gettext/gettext-minimal-0.19.4/config.rpath (renamed from meta/recipes-core/gettext/gettext-minimal-0.18.3.2/config.rpath) | 18 | ||||
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-0.19.4/remove-potcdate.sin (renamed from meta/recipes-core/gettext/gettext-minimal-0.18.3.2/remove-potcdate.sin) | 0 | ||||
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-native_0.19.4.bb (renamed from meta/recipes-core/gettext/gettext-minimal-native_0.18.3.2.bb) | 3 | ||||
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.19.4.bb (renamed from meta/recipes-core/gettext/gettext_0.18.3.2.bb) | 4 |
11 files changed, 44 insertions, 139 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.18.3.2/parallel.patch b/meta/recipes-core/gettext/gettext-0.19.4/parallel.patch index f2c567d188..c8e2c94af0 100644 --- a/meta/recipes-core/gettext/gettext-0.18.3.2/parallel.patch +++ b/meta/recipes-core/gettext/gettext-0.19.4/parallel.patch | |||
@@ -21,16 +21,3 @@ Signed-off-by: Joe Slater <jslater@windriver.com> | |||
21 | # Which classes to export from the shared library. | 21 | # Which classes to export from the shared library. |
22 | MOOPPFLAGS += --dllexport=styled_ostream | 22 | MOOPPFLAGS += --dllexport=styled_ostream |
23 | 23 | ||
24 | --- a/gettext-tools/src/Makefile.am | ||
25 | +++ b/gettext-tools/src/Makefile.am | ||
26 | @@ -229,8 +229,8 @@ libgettextsrc_la_LDFLAGS += -Wl,--export | ||
27 | endif | ||
28 | |||
29 | # No need to install libgettextsrc.a, except on AIX. | ||
30 | -install-exec-local: install-libLTLIBRARIES install-exec-clean | ||
31 | -install-exec-clean: | ||
32 | +install-exec-local: install-exec-clean | ||
33 | +install-exec-clean: install-libLTLIBRARIES | ||
34 | case "@host_os@" in \ | ||
35 | aix*) ;; \ | ||
36 | *) $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a ;; \ | ||
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/Makevars.template b/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/Makevars.template deleted file mode 100644 index 4a9ff7d231..0000000000 --- a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/Makevars.template +++ /dev/null | |||
@@ -1,53 +0,0 @@ | |||
1 | # Makefile variables for PO directory in any package using GNU gettext. | ||
2 | |||
3 | # Usually the message domain is the same as the package name. | ||
4 | DOMAIN = $(PACKAGE) | ||
5 | |||
6 | # These two variables depend on the location of this directory. | ||
7 | subdir = po | ||
8 | top_builddir = .. | ||
9 | |||
10 | # These options get passed to xgettext. | ||
11 | XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ | ||
12 | |||
13 | # This is the copyright holder that gets inserted into the header of the | ||
14 | # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding | ||
15 | # package. (Note that the msgstr strings, extracted from the package's | ||
16 | # sources, belong to the copyright holder of the package.) Translators are | ||
17 | # expected to transfer the copyright for their translations to this person | ||
18 | # or entity, or to disclaim their copyright. The empty string stands for | ||
19 | # the public domain; in this case the translators are expected to disclaim | ||
20 | # their copyright. | ||
21 | COPYRIGHT_HOLDER = Free Software Foundation, Inc. | ||
22 | |||
23 | # This is the email address or URL to which the translators shall report | ||
24 | # bugs in the untranslated strings: | ||
25 | # - Strings which are not entire sentences, see the maintainer guidelines | ||
26 | # in the GNU gettext documentation, section 'Preparing Strings'. | ||
27 | # - Strings which use unclear terms or require additional context to be | ||
28 | # understood. | ||
29 | # - Strings which make invalid assumptions about notation of date, time or | ||
30 | # money. | ||
31 | # - Pluralisation problems. | ||
32 | # - Incorrect English spelling. | ||
33 | # - Incorrect formatting. | ||
34 | # It can be your email address, or a mailing list address where translators | ||
35 | # can write to without being subscribed, or the URL of a web page through | ||
36 | # which the translators can contact you. | ||
37 | MSGID_BUGS_ADDRESS = | ||
38 | |||
39 | # This is the list of locale categories, beyond LC_MESSAGES, for which the | ||
40 | # message catalogs shall be used. It is usually empty. | ||
41 | EXTRA_LOCALE_CATEGORIES = | ||
42 | |||
43 | # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' | ||
44 | # context. Possible values are "yes" and "no". Set this to yes if the | ||
45 | # package uses functions taking also a message context, like pgettext(), or | ||
46 | # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. | ||
47 | USE_MSGCTXT = no | ||
48 | |||
49 | # These options get passed to msgmerge. | ||
50 | # Useful options are in particular: | ||
51 | # --previous to keep previous msgids of translated messages, | ||
52 | # --quiet to reduce the verbosity. | ||
53 | MSGMERGE_OPTIONS = | ||
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/aclocal.tgz b/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/aclocal.tgz deleted file mode 100644 index e0335a3d1c..0000000000 --- a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/aclocal.tgz +++ /dev/null | |||
Binary files differ | |||
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/iconv-m4-remove-the-test-to-convert-euc-jp.patch b/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/iconv-m4-remove-the-test-to-convert-euc-jp.patch deleted file mode 100644 index d453a74b51..0000000000 --- a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/iconv-m4-remove-the-test-to-convert-euc-jp.patch +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | From 0bfade685783ccd193b2e1b94d0e4ef5ce449432 Mon Sep 17 00:00:00 2001 | ||
2 | From: Jackie Huang <jackie.huang@windriver.com> | ||
3 | Date: Wed, 20 Nov 2013 17:52:50 +0800 | ||
4 | Subject: [PATCH] remove the test to convert euc-jp | ||
5 | |||
6 | Remove the test "Test against HP-UX 11.11 bug: | ||
7 | No converter from EUC-JP to UTF-8 is provided" | ||
8 | since we don't support HP-UX and it causes | ||
9 | guile-native compile failure if the euc-jp is not | ||
10 | installed on the host | ||
11 | |||
12 | Upstream-Status: Inappropriate [OE specific] | ||
13 | |||
14 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | ||
15 | --- | ||
16 | iconv.m4 | 11 ----------- | ||
17 | 1 file changed, 11 deletions(-) | ||
18 | |||
19 | diff --git a/iconv.m4 b/iconv.m4 | ||
20 | index a503646..dbe7ca1 100644 | ||
21 | --- a/iconv.m4 | ||
22 | +++ b/iconv.m4 | ||
23 | @@ -159,17 +159,6 @@ int main () | ||
24 | } | ||
25 | } | ||
26 | #endif | ||
27 | - /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is | ||
28 | - provided. */ | ||
29 | - if (/* Try standardized names. */ | ||
30 | - iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) | ||
31 | - /* Try IRIX, OSF/1 names. */ | ||
32 | - && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) | ||
33 | - /* Try AIX names. */ | ||
34 | - && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) | ||
35 | - /* Try HP-UX names. */ | ||
36 | - && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) | ||
37 | - result |= 16; | ||
38 | return result; | ||
39 | }]])], | ||
40 | [am_cv_func_iconv_works=yes], | ||
41 | -- | ||
42 | 1.8.3 | ||
43 | |||
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/COPYING b/meta/recipes-core/gettext/gettext-minimal-0.19.4/COPYING index 3485c5a2cb..8d11d1d8e9 100644 --- a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/COPYING +++ b/meta/recipes-core/gettext/gettext-minimal-0.19.4/COPYING | |||
@@ -1,4 +1,4 @@ | |||
1 | dnl Copyright (C) 1997-2010 Free Software Foundation, Inc. | 1 | dnl Copyright (C) 1995-2014 Free Software Foundation, Inc. |
2 | dnl This file is free software; the Free Software Foundation | 2 | dnl This file is free software; the Free Software Foundation |
3 | dnl gives unlimited permission to copy and/or distribute it, | 3 | dnl gives unlimited permission to copy and/or distribute it, |
4 | dnl with or without modifications, as long as this notice is preserved. | 4 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/Makefile.in.in b/meta/recipes-core/gettext/gettext-minimal-0.19.4/Makefile.in.in index fabdc76c9c..65184f65c7 100644 --- a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/Makefile.in.in +++ b/meta/recipes-core/gettext/gettext-minimal-0.19.4/Makefile.in.in | |||
@@ -8,8 +8,8 @@ | |||
8 | # Please note that the actual code of GNU gettext is covered by the GNU | 8 | # Please note that the actual code of GNU gettext is covered by the GNU |
9 | # General Public License and is *not* in the public domain. | 9 | # General Public License and is *not* in the public domain. |
10 | # | 10 | # |
11 | # Origin: gettext-0.18.3 | 11 | # Origin: gettext-0.19 |
12 | GETTEXT_MACRO_VERSION = 0.18 | 12 | GETTEXT_MACRO_VERSION = 0.19 |
13 | 13 | ||
14 | PACKAGE = @PACKAGE@ | 14 | PACKAGE = @PACKAGE@ |
15 | VERSION = @VERSION@ | 15 | VERSION = @VERSION@ |
@@ -77,6 +77,16 @@ POTFILES = \ | |||
77 | 77 | ||
78 | CATALOGS = @CATALOGS@ | 78 | CATALOGS = @CATALOGS@ |
79 | 79 | ||
80 | POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot | ||
81 | POFILESDEPS_yes = $(POFILESDEPS_) | ||
82 | POFILESDEPS_no = | ||
83 | POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) | ||
84 | |||
85 | DISTFILESDEPS_ = update-po | ||
86 | DISTFILESDEPS_yes = $(DISTFILESDEPS_) | ||
87 | DISTFILESDEPS_no = | ||
88 | DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO)) | ||
89 | |||
80 | # Makevars gets inserted here. (Don't remove this line!) | 90 | # Makevars gets inserted here. (Don't remove this line!) |
81 | 91 | ||
82 | .SUFFIXES: | 92 | .SUFFIXES: |
@@ -143,15 +153,25 @@ stamp-po: $(srcdir)/$(DOMAIN).pot | |||
143 | # heuristic whether some file in the top level directory mentions "GNU xyz". | 153 | # heuristic whether some file in the top level directory mentions "GNU xyz". |
144 | # If GNU 'find' is available, we avoid grepping through monster files. | 154 | # If GNU 'find' is available, we avoid grepping through monster files. |
145 | $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed | 155 | $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed |
146 | if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ | 156 | package_gnu="$(PACKAGE_GNU)"; \ |
147 | LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f -size -10000000c -exec grep 'GNU @PACKAGE@' /dev/null '{}' ';' 2>/dev/null; \ | 157 | test -n "$$package_gnu" || { \ |
148 | else \ | 158 | if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ |
149 | LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \ | 159 | LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \ |
150 | fi; \ | 160 | -size -10000000c -exec grep 'GNU @PACKAGE@' \ |
151 | } | grep -v 'libtool:' >/dev/null; then \ | 161 | /dev/null '{}' ';' 2>/dev/null; \ |
152 | package_gnu='GNU '; \ | 162 | else \ |
163 | LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \ | ||
164 | fi; \ | ||
165 | } | grep -v 'libtool:' >/dev/null; then \ | ||
166 | package_gnu=yes; \ | ||
167 | else \ | ||
168 | package_gnu=no; \ | ||
169 | fi; \ | ||
170 | }; \ | ||
171 | if test "$$package_gnu" = "yes"; then \ | ||
172 | package_prefix='GNU '; \ | ||
153 | else \ | 173 | else \ |
154 | package_gnu=''; \ | 174 | package_prefix=''; \ |
155 | fi; \ | 175 | fi; \ |
156 | if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ | 176 | if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ |
157 | msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ | 177 | msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ |
@@ -171,7 +191,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed | |||
171 | --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ | 191 | --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ |
172 | --files-from=$(srcdir)/POTFILES.in \ | 192 | --files-from=$(srcdir)/POTFILES.in \ |
173 | --copyright-holder='$(COPYRIGHT_HOLDER)' \ | 193 | --copyright-holder='$(COPYRIGHT_HOLDER)' \ |
174 | --package-name="$${package_gnu}@PACKAGE@" \ | 194 | --package-name="$${package_prefix}@PACKAGE@" \ |
175 | --package-version='@VERSION@' \ | 195 | --package-version='@VERSION@' \ |
176 | --msgid-bugs-address="$$msgid_bugs_address" \ | 196 | --msgid-bugs-address="$$msgid_bugs_address" \ |
177 | ;; \ | 197 | ;; \ |
@@ -199,9 +219,10 @@ $(srcdir)/$(DOMAIN).pot: | |||
199 | 219 | ||
200 | # This target rebuilds a PO file if $(DOMAIN).pot has changed. | 220 | # This target rebuilds a PO file if $(DOMAIN).pot has changed. |
201 | # Note that a PO file is not touched if it doesn't need to be changed. | 221 | # Note that a PO file is not touched if it doesn't need to be changed. |
202 | $(POFILES): $(srcdir)/$(DOMAIN).pot | 222 | $(POFILES): $(POFILESDEPS) |
203 | @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ | 223 | @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ |
204 | if test -f "$(srcdir)/$${lang}.po"; then \ | 224 | if test -f "$(srcdir)/$${lang}.po"; then \ |
225 | test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \ | ||
205 | test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ | 226 | test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ |
206 | echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ | 227 | echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ |
207 | cd $(srcdir) \ | 228 | cd $(srcdir) \ |
@@ -362,7 +383,7 @@ maintainer-clean: distclean | |||
362 | 383 | ||
363 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | 384 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
364 | dist distdir: | 385 | dist distdir: |
365 | $(MAKE) update-po | 386 | test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS) |
366 | @$(MAKE) dist2 | 387 | @$(MAKE) dist2 |
367 | # This is a separate target because 'update-po' must be executed before. | 388 | # This is a separate target because 'update-po' must be executed before. |
368 | dist2: stamp-po $(DISTFILES) | 389 | dist2: stamp-po $(DISTFILES) |
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz b/meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz new file mode 100644 index 0000000000..b04ba55032 --- /dev/null +++ b/meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz | |||
Binary files differ | |||
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/config.rpath b/meta/recipes-core/gettext/gettext-minimal-0.19.4/config.rpath index c38b914d6b..b625621fac 100755 --- a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/config.rpath +++ b/meta/recipes-core/gettext/gettext-minimal-0.19.4/config.rpath | |||
@@ -2,7 +2,7 @@ | |||
2 | # Output a system dependent set of variables, describing how to set the | 2 | # Output a system dependent set of variables, describing how to set the |
3 | # run time search path of shared libraries in an executable. | 3 | # run time search path of shared libraries in an executable. |
4 | # | 4 | # |
5 | # Copyright 1996-2013 Free Software Foundation, Inc. | 5 | # Copyright 1996-2014 Free Software Foundation, Inc. |
6 | # Taken from GNU libtool, 2001 | 6 | # Taken from GNU libtool, 2001 |
7 | # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 | 7 | # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
8 | # | 8 | # |
@@ -367,11 +367,7 @@ else | |||
367 | dgux*) | 367 | dgux*) |
368 | hardcode_libdir_flag_spec='-L$libdir' | 368 | hardcode_libdir_flag_spec='-L$libdir' |
369 | ;; | 369 | ;; |
370 | freebsd2.2*) | 370 | freebsd2.[01]*) |
371 | hardcode_libdir_flag_spec='-R$libdir' | ||
372 | hardcode_direct=yes | ||
373 | ;; | ||
374 | freebsd2*) | ||
375 | hardcode_direct=yes | 371 | hardcode_direct=yes |
376 | hardcode_minus_L=yes | 372 | hardcode_minus_L=yes |
377 | ;; | 373 | ;; |
@@ -548,13 +544,11 @@ case "$host_os" in | |||
548 | dgux*) | 544 | dgux*) |
549 | library_names_spec='$libname$shrext' | 545 | library_names_spec='$libname$shrext' |
550 | ;; | 546 | ;; |
547 | freebsd[23].*) | ||
548 | library_names_spec='$libname$shrext$versuffix' | ||
549 | ;; | ||
551 | freebsd* | dragonfly*) | 550 | freebsd* | dragonfly*) |
552 | case "$host_os" in | 551 | library_names_spec='$libname$shrext' |
553 | freebsd[123]*) | ||
554 | library_names_spec='$libname$shrext$versuffix' ;; | ||
555 | *) | ||
556 | library_names_spec='$libname$shrext' ;; | ||
557 | esac | ||
558 | ;; | 552 | ;; |
559 | gnu*) | 553 | gnu*) |
560 | library_names_spec='$libname$shrext' | 554 | library_names_spec='$libname$shrext' |
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/remove-potcdate.sin b/meta/recipes-core/gettext/gettext-minimal-0.19.4/remove-potcdate.sin index 2436c49e78..2436c49e78 100644 --- a/meta/recipes-core/gettext/gettext-minimal-0.18.3.2/remove-potcdate.sin +++ b/meta/recipes-core/gettext/gettext-minimal-0.19.4/remove-potcdate.sin | |||
diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.18.3.2.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.19.4.bb index 2b43b97022..ca97315a85 100644 --- a/meta/recipes-core/gettext/gettext-minimal-native_0.18.3.2.bb +++ b/meta/recipes-core/gettext/gettext-minimal-native_0.19.4.bb | |||
@@ -8,14 +8,13 @@ SRC_URI = "file://aclocal.tgz \ | |||
8 | file://Makefile.in.in \ | 8 | file://Makefile.in.in \ |
9 | file://remove-potcdate.sin \ | 9 | file://remove-potcdate.sin \ |
10 | file://COPYING \ | 10 | file://COPYING \ |
11 | file://iconv-m4-remove-the-test-to-convert-euc-jp.patch \ | ||
12 | " | 11 | " |
13 | 12 | ||
14 | INHIBIT_DEFAULT_DEPS = "1" | 13 | INHIBIT_DEFAULT_DEPS = "1" |
15 | INHIBIT_AUTOTOOLS_DEPS = "1" | 14 | INHIBIT_AUTOTOOLS_DEPS = "1" |
16 | 15 | ||
17 | LICENSE = "FSF-Unlimited" | 16 | LICENSE = "FSF-Unlimited" |
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=0854da868a929923087141d9d7aba7d5" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=1b20675cd5158442f6007d022f46b35b" |
19 | 18 | ||
20 | inherit native | 19 | inherit native |
21 | 20 | ||
diff --git a/meta/recipes-core/gettext/gettext_0.18.3.2.bb b/meta/recipes-core/gettext/gettext_0.19.4.bb index 65d4103a97..cebf6c78c6 100644 --- a/meta/recipes-core/gettext/gettext_0.18.3.2.bb +++ b/meta/recipes-core/gettext/gettext_0.19.4.bb | |||
@@ -18,8 +18,8 @@ PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,-- | |||
18 | 18 | ||
19 | LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread " | 19 | LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "241aba309d07aa428252c74b40a818ef" | 21 | SRC_URI[md5sum] = "d3511af1e604a3478900d2c2b4a4a48e" |
22 | SRC_URI[sha256sum] = "d1a4e452d60eb407ab0305976529a45c18124bd518d976971ac6dc7aa8b4c5d7" | 22 | SRC_URI[sha256sum] = "8ac9f1ed1a5f8c4e656a2f37f5ba6b9ee04c4df79a575e876b0b6946aa417f3f" |
23 | 23 | ||
24 | inherit autotools texinfo | 24 | inherit autotools texinfo |
25 | 25 | ||