]> code.ossystems Code Review - openembedded-core.git/commitdiff
gettext: update to upstream version 0.18.3
authorMarko Lindqvist <cazfi74@gmail.com>
Fri, 16 Aug 2013 08:08:11 +0000 (11:08 +0300)
committerSaul Wold <sgw@linux.intel.com>
Tue, 20 Aug 2013 14:09:06 +0000 (07:09 -0700)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/gettext/gettext-0.18.3/parallel.patch [moved from meta/recipes-core/gettext/gettext-0.18.2/parallel.patch with 100% similarity]
meta/recipes-core/gettext/gettext-minimal-0.18.2/aclocal.tgz [deleted file]
meta/recipes-core/gettext/gettext-minimal-0.18.3/COPYING [moved from meta/recipes-core/gettext/gettext-minimal-0.18.2/COPYING with 100% similarity]
meta/recipes-core/gettext/gettext-minimal-0.18.3/Makefile.in.in [moved from meta/recipes-core/gettext/gettext-minimal-0.18.2/Makefile.in.in with 99% similarity]
meta/recipes-core/gettext/gettext-minimal-0.18.3/Makevars.template [moved from meta/recipes-core/gettext/gettext-minimal-0.18.2/Makevars.template with 100% similarity]
meta/recipes-core/gettext/gettext-minimal-0.18.3/aclocal.tgz [new file with mode: 0644]
meta/recipes-core/gettext/gettext-minimal-0.18.3/config.rpath [moved from meta/recipes-core/gettext/gettext-minimal-0.18.2/config.rpath with 99% similarity]
meta/recipes-core/gettext/gettext-minimal-0.18.3/remove-potcdate.sin [moved from meta/recipes-core/gettext/gettext-minimal-0.18.2/remove-potcdate.sin with 100% similarity]
meta/recipes-core/gettext/gettext-minimal-native_0.18.3.bb [moved from meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb with 100% similarity]
meta/recipes-core/gettext/gettext_0.18.3.bb [moved from meta/recipes-core/gettext/gettext_0.18.2.bb with 96% similarity]

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 (file)
index a979530..0000000
Binary files a/meta/recipes-core/gettext/gettext-minimal-0.18.2/aclocal.tgz and /dev/null differ
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 fce63a6e95e32260270df498b020b5ddf317d32f..fabdc76c9cfac7115efab9ffde1214f95772e01b 100644 (file)
@@ -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.3/aclocal.tgz b/meta/recipes-core/gettext/gettext-minimal-0.18.3/aclocal.tgz
new file mode 100644 (file)
index 0000000..3bef275
Binary files /dev/null and b/meta/recipes-core/gettext/gettext-minimal-0.18.3/aclocal.tgz differ
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 1a0701828172aad0b521ad96735149fdd0bf1875..c38b914d6be36839c83ef7f79e804e45ee9cb736 100755 (executable)
@@ -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@gnu.ai.mit.edu>, 1996
 #
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 7b4cc2528b4a58aea3ec431422abcb707bbc9df9..f4c9aebd5ffde388bc0c53e717010a9d3d49efdc 100644 (file)
@@ -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