[oe-commits] Marko Lindqvist : gettext: update to upstream version 0.18.3

git at git.openembedded.org git at git.openembedded.org
Tue Aug 20 14:21:05 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 5487373672c55d87fbe90117c802d26d99099d03
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5487373672c55d87fbe90117c802d26d99099d03

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Fri Aug 16 11:08:11 2013 +0300

gettext: update to upstream version 0.18.3

Signed-off-by: Marko Lindqvist <cazfi74 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../parallel.patch                                 |    0
 .../gettext/gettext-minimal-0.18.2/aclocal.tgz     |  Bin 37504 -> 0 bytes
 .../COPYING                                        |    0
 .../Makefile.in.in                                 |    3 ++-
 .../Makevars.template                              |    0
 .../gettext/gettext-minimal-0.18.3/aclocal.tgz     |  Bin 0 -> 37586 bytes
 .../config.rpath                                   |    2 +-
 .../remove-potcdate.sin                            |    0
 ..._0.18.2.bb => gettext-minimal-native_0.18.3.bb} |    0
 .../{gettext_0.18.2.bb => gettext_0.18.3.bb}       |    5 ++---
 10 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-core/gettext/gettext-0.18.2/parallel.patch b/meta/recipes-core/gettext/gettext-0.18.3/parallel.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.18.2/parallel.patch
rename to meta/recipes-core/gettext/gettext-0.18.3/parallel.patch
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.2/aclocal.tgz b/meta/recipes-core/gettext/gettext-minimal-0.18.2/aclocal.tgz
deleted file mode 100644
index a979530..0000000
Binary files a/meta/recipes-core/gettext/gettext-minimal-0.18.2/aclocal.tgz and /dev/null differ
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.2/COPYING b/meta/recipes-core/gettext/gettext-minimal-0.18.3/COPYING
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.18.2/COPYING
rename to meta/recipes-core/gettext/gettext-minimal-0.18.3/COPYING
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.2/Makefile.in.in b/meta/recipes-core/gettext/gettext-minimal-0.18.3/Makefile.in.in
similarity index 99%
rename from meta/recipes-core/gettext/gettext-minimal-0.18.2/Makefile.in.in
rename to meta/recipes-core/gettext/gettext-minimal-0.18.3/Makefile.in.in
index fce63a6..fabdc76 100644
--- a/meta/recipes-core/gettext/gettext-minimal-0.18.2/Makefile.in.in
+++ b/meta/recipes-core/gettext/gettext-minimal-0.18.3/Makefile.in.in
@@ -8,13 +8,14 @@
 # Please note that the actual code of GNU gettext is covered by the GNU
 # General Public License and is *not* in the public domain.
 #
-# Origin: gettext-0.18.2
+# Origin: gettext-0.18.3
 GETTEXT_MACRO_VERSION = 0.18
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
+SED = @SED@
 SHELL = /bin/sh
 @SET_MAKE@
 
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.2/Makevars.template b/meta/recipes-core/gettext/gettext-minimal-0.18.3/Makevars.template
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.18.2/Makevars.template
rename to meta/recipes-core/gettext/gettext-minimal-0.18.3/Makevars.template
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.3/aclocal.tgz b/meta/recipes-core/gettext/gettext-minimal-0.18.3/aclocal.tgz
new file mode 100644
index 0000000..3bef275
Binary files /dev/null and b/meta/recipes-core/gettext/gettext-minimal-0.18.3/aclocal.tgz differ
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.2/config.rpath b/meta/recipes-core/gettext/gettext-minimal-0.18.3/config.rpath
similarity index 99%
rename from meta/recipes-core/gettext/gettext-minimal-0.18.2/config.rpath
rename to meta/recipes-core/gettext/gettext-minimal-0.18.3/config.rpath
index 1a07018..c38b914 100755
--- a/meta/recipes-core/gettext/gettext-minimal-0.18.2/config.rpath
+++ b/meta/recipes-core/gettext/gettext-minimal-0.18.3/config.rpath
@@ -2,7 +2,7 @@
 # Output a system dependent set of variables, describing how to set the
 # run time search path of shared libraries in an executable.
 #
-#   Copyright 1996-2012 Free Software Foundation, Inc.
+#   Copyright 1996-2013 Free Software Foundation, Inc.
 #   Taken from GNU libtool, 2001
 #   Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
 #
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.18.2/remove-potcdate.sin b/meta/recipes-core/gettext/gettext-minimal-0.18.3/remove-potcdate.sin
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.18.2/remove-potcdate.sin
rename to meta/recipes-core/gettext/gettext-minimal-0.18.3/remove-potcdate.sin
diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.18.3.bb
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb
rename to meta/recipes-core/gettext/gettext-minimal-native_0.18.3.bb
diff --git a/meta/recipes-core/gettext/gettext_0.18.2.bb b/meta/recipes-core/gettext/gettext_0.18.3.bb
similarity index 96%
rename from meta/recipes-core/gettext/gettext_0.18.2.bb
rename to meta/recipes-core/gettext/gettext_0.18.3.bb
index 7b4cc25..f4c9aeb 100644
--- a/meta/recipes-core/gettext/gettext_0.18.2.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.3.bb
@@ -5,7 +5,6 @@ SECTION = "libs"
 LICENSE = "GPLv3+ & LGPL-2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-PR = "r0"
 DEPENDS = "gettext-native virtual/libiconv expat"
 DEPENDS_class-native = "gettext-minimal-native"
 PROVIDES = "virtual/libintl virtual/gettext"
@@ -19,8 +18,8 @@ PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--
 
 LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread "
 
-SRC_URI[md5sum] = "0c86e5af70c195ab8bd651d17d783928"
-SRC_URI[sha256sum] = "516a6370b3b3f46e2fc5a5e222ff5ecd76f3089bc956a7587a6e4f89de17714c"
+SRC_URI[md5sum] = "3fa4236c41b7e837355de144210207ec"
+SRC_URI[sha256sum] = "36f3c1043df803565d4977c1efbd41e1ec0f0301acf5f057984406c34cb9f948"
 
 inherit autotools
 



More information about the Openembedded-commits mailing list