aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorFan Xin <fan.xin@jp.fujitsu.com>2015-12-14 21:31:24 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-22 16:08:43 +0000
commitd22e6d2a2d73112f21820289621d560c54f93d76 (patch)
treeae0fabf85def7f729fad4240cf2873dfee4d1856 /meta/recipes-core
parent55beb07da9120a2444fcc53bbe1b8f418dafb5aa (diff)
downloadopenembedded-core-contrib-d22e6d2a2d73112f21820289621d560c54f93d76.tar.gz
gettext: Upgrade 0.19.4 -> 0.19.6
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/gettext/gettext-0.19.6/parallel.patch (renamed from meta/recipes-core/gettext/gettext-0.19.4/parallel.patch)0
-rw-r--r--meta/recipes-core/gettext/gettext_0.19.6.bb (renamed from meta/recipes-core/gettext/gettext_0.19.4.bb)4
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.19.4/parallel.patch b/meta/recipes-core/gettext/gettext-0.19.6/parallel.patch
index c8e2c94af0..c8e2c94af0 100644
--- a/meta/recipes-core/gettext/gettext-0.19.4/parallel.patch
+++ b/meta/recipes-core/gettext/gettext-0.19.6/parallel.patch
diff --git a/meta/recipes-core/gettext/gettext_0.19.4.bb b/meta/recipes-core/gettext/gettext_0.19.6.bb
index a9c919a09f..737561d317 100644
--- a/meta/recipes-core/gettext/gettext_0.19.4.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.6.bb
@@ -18,8 +18,8 @@ PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--
LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread "
-SRC_URI[md5sum] = "d3511af1e604a3478900d2c2b4a4a48e"
-SRC_URI[sha256sum] = "8ac9f1ed1a5f8c4e656a2f37f5ba6b9ee04c4df79a575e876b0b6946aa417f3f"
+SRC_URI[md5sum] = "6d1447f8c5c45c329371ef4bfe7d79a5"
+SRC_URI[sha256sum] = "ed4b4c19bd3a3034eb6769500a3592ff616759ef43cf30586dbb7a17c9dd695d"
inherit autotools texinfo
26 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287