summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.17.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-24 14:53:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-01 18:34:32 +0100
commit39e10b599021ef2abe992ee09c7c937fbe166a77 (patch)
treeab62cb19ac9b16d29cdfad679a963d4a7e5cb909 /meta/recipes-core/gettext/gettext_0.17.bb
parentcbaca4e4fcc02711cff2a5c47b7dfc1b00baa32b (diff)
downloadpoky-39e10b599021ef2abe992ee09c7c937fbe166a77.tar.gz
gettext: Update to 0.18.1.1
Add Upstream Status tags to patches (From OE-Core rev: 13fff2baf108e07eaf2d7e4c982bbdf9089c6bad) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext/gettext_0.17.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.17.bb88
1 files changed, 0 insertions, 88 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.17.bb b/meta/recipes-core/gettext/gettext_0.17.bb
deleted file mode 100644
index ce5fc3e381..0000000000
--- a/meta/recipes-core/gettext/gettext_0.17.bb
+++ /dev/null
@@ -1,88 +0,0 @@
1SUMMARY = "Utilities and libraries for producing multi-lingual messages."
2DESCRIPTION = "Gettext offers to programmers, translators, and even users, a well integrated set of tools and documentation. Specifically, the GNU `gettext' utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. These tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs themselves, a runtime library supporting the retrieval of translated messages, and a few stand-alone programs to massage in various ways the sets of translatable strings, or already translated strings."
3HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
4SECTION = "libs"
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7
8PR = "r5"
9DEPENDS = "gettext-native virtual/libiconv ncurses expat"
10DEPENDS_virtclass-native = ""
11PROVIDES = "virtual/libintl virtual/gettext"
12PROVIDES_virtclass-native = ""
13CONFLICTS_${PN} = "proxy-libintl"
14SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
15 file://autotools.patch;patch=1 \
16 file://wchar-uclibc.patch;patch=1 \
17 file://use_open_properly.patch;patch=1 \
18 file://m4fix.patch;patch=1 \
19 "
20
21SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"
22SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch;patch=1"
23
24SRC_URI[md5sum] = "58a2bc6d39c0ba57823034d55d65d606"
25SRC_URI[sha256sum] = "209638bb8e162f22c281145a34e220c66f1f6e9ff5e4c50c6f2ef2ded59537ba"
26
27#PARALLEL_MAKE = ""
28
29inherit autotools
30
31EXTRA_OECONF += "--without-lispdir \
32 --disable-csharp \
33 --disable-libasprintf \
34 --disable-java \
35 --disable-native-java \
36 --disable-openmp \
37 --with-included-glib \
38 --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
39 --without-emacs \
40 "
41
42acpaths = '-I ${S}/autoconf-lib-link/m4/ \
43 -I ${S}/gettext-runtime/m4 \
44 -I ${S}/gettext-tools/m4'
45
46
47# these lack the .x behind the .so, but shouldn't be in the -dev package
48# Otherwise you get the following results:
49# 7.4M glibc/images/ep93xx/Angstrom-console-image-glibc-ipk-2008.1-test-20080104-ep93xx.rootfs.tar.gz
50# 25M uclibc/images/ep93xx/Angstrom-console-image-uclibc-ipk-2008.1-test-20080104-ep93xx.rootfs.tar.gz
51# because gettext depends on gettext-dev, which pulls in more -dev packages:
52# 15228 KiB /ep93xx/libstdc++-dev_4.2.2-r2_ep93xx.ipk
53# 1300 KiB /ep93xx/uclibc-dev_0.9.29-r8_ep93xx.ipk
54# 140 KiB /armv4t/gettext-dev_0.14.1-r6_armv4t.ipk
55# 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk
56PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc"
57
58FILES_gettext-runtime = "${bindir}/gettext \
59 ${bindir}/ngettext \
60 ${bindir}/envsubst \
61 ${bindir}/gettext.sh \
62 ${libdir}/libasprintf.so* \
63 ${libdir}/GNU.Gettext.dll \
64 "
65FILES_gettext-runtime_append_libc-uclibc = " ${libdir}/libintl.so* \
66 ${libdir}/charset.alias \
67 "
68FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \
69 ${includedir}/autosprintf.h \
70 "
71FILES_gettext-runtime-dev_append_libc-uclibc = " ${libdir}/libintl.a \
72 ${includedir}/libintl.h \
73 "
74FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \
75 ${mandir}/man1/ngettext.* \
76 ${mandir}/man1/envsubst.* \
77 ${mandir}/man1/.* \
78 ${mandir}/man3/* \
79 ${docdir}/gettext/gettext.* \
80 ${docdir}/gettext/ngettext.* \
81 ${docdir}/gettext/envsubst.* \
82 ${docdir}/gettext/*.3.html \
83 ${datadir}/gettext/ABOUT-NLS \
84 ${docdir}/gettext/csharpdoc/* \
85 ${docdir}/libasprintf/autosprintf.html \
86 ${infodir}/autosprintf.info \
87 "
88BBCLASSEXTEND = "native nativesdk"