summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-07-25 01:16:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-26 08:56:26 +0100
commitcff21235c20adc2cfceb7923e3dc9c276445b29c (patch)
tree820b223514c36049043673f3f393857a7e6dfa28 /meta/recipes-core/gettext
parent91a6f3a3756219ae91435d60a0ceb8fd36fd056f (diff)
downloadpoky-cff21235c20adc2cfceb7923e3dc9c276445b29c.tar.gz
gettext: 0.19.6 -> 0.19.8.1
(From OE-Core rev: 450f4597d491789b0680940218e0e0bee7104ada) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r--meta/recipes-core/gettext/gettext-0.19.8.1/add-with-bisonlocaledir.patch (renamed from meta/recipes-core/gettext/gettext-0.19.6/add-with-bisonlocaledir.patch)0
-rw-r--r--meta/recipes-core/gettext/gettext-0.19.8.1/parallel.patch (renamed from meta/recipes-core/gettext/gettext-0.19.6/parallel.patch)0
-rw-r--r--meta/recipes-core/gettext/gettext_0.19.8.1.bb (renamed from meta/recipes-core/gettext/gettext_0.19.6.bb)9
3 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.19.6/add-with-bisonlocaledir.patch b/meta/recipes-core/gettext/gettext-0.19.8.1/add-with-bisonlocaledir.patch
index 35a131067a..35a131067a 100644
--- a/meta/recipes-core/gettext/gettext-0.19.6/add-with-bisonlocaledir.patch
+++ b/meta/recipes-core/gettext/gettext-0.19.8.1/add-with-bisonlocaledir.patch
diff --git a/meta/recipes-core/gettext/gettext-0.19.6/parallel.patch b/meta/recipes-core/gettext/gettext-0.19.8.1/parallel.patch
index c8e2c94af0..c8e2c94af0 100644
--- a/meta/recipes-core/gettext/gettext-0.19.6/parallel.patch
+++ b/meta/recipes-core/gettext/gettext-0.19.8.1/parallel.patch
diff --git a/meta/recipes-core/gettext/gettext_0.19.6.bb b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
index 592e4fc761..7b8c1e8eb4 100644
--- a/meta/recipes-core/gettext/gettext_0.19.6.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
@@ -15,8 +15,8 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
15 file://add-with-bisonlocaledir.patch \ 15 file://add-with-bisonlocaledir.patch \
16" 16"
17 17
18SRC_URI[md5sum] = "6d1447f8c5c45c329371ef4bfe7d79a5" 18SRC_URI[md5sum] = "97e034cf8ce5ba73a28ff6c3c0638092"
19SRC_URI[sha256sum] = "ed4b4c19bd3a3034eb6769500a3592ff616759ef43cf30586dbb7a17c9dd695d" 19SRC_URI[sha256sum] = "ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43"
20 20
21PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses," 21PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses,"
22 22
@@ -70,6 +70,11 @@ PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc"
70 70
71FILES_${PN} += "${libdir}/${BPN}/*" 71FILES_${PN} += "${libdir}/${BPN}/*"
72 72
73# The its/Makefile.am has defined:
74# itsdir = $(pkgdatadir)$(PACKAGE_SUFFIX)/its
75# not itsdir = $(pkgdatadir), so use wildcard to match the version.
76FILES_${PN} += "${datadir}/${BPN}-*/*"
77
73FILES_gettext-runtime = "${bindir}/gettext \ 78FILES_gettext-runtime = "${bindir}/gettext \
74 ${bindir}/ngettext \ 79 ${bindir}/ngettext \
75 ${bindir}/envsubst \ 80 ${bindir}/envsubst \