summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.14.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-17 01:12:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-17 17:40:55 +0000
commit3072c245da1a36205cd5e258515eff16f6f7f55e (patch)
tree10633949a1f179d782cb5d6e4ff6934caa5c9d05 /meta/recipes-core/gettext/gettext_0.14.1.bb
parent490bbfbe4b4c7ec9c0942b5fadae1ad12af31c20 (diff)
downloadpoky-3072c245da1a36205cd5e258515eff16f6f7f55e.tar.gz
gettext: Upgrade GPLv2 version to 0.16.1
This adds a couple of new patches for handling various autoconf and autolocal issues. It also hardcodes a GETTEXT_MACRO_VERSION to 0.17 to match the native gettext. (From OE-Core rev: e897103a58ad672cc87d2bab3ec45501ef09f8f1) 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.14.1.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.14.1.bb53
1 files changed, 0 insertions, 53 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.14.1.bb b/meta/recipes-core/gettext/gettext_0.14.1.bb
deleted file mode 100644
index 90756bcb28..0000000000
--- a/meta/recipes-core/gettext/gettext_0.14.1.bb
+++ /dev/null
@@ -1,53 +0,0 @@
1DESCRIPTION = "The GNU internationalization library."
2HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
3SECTION = "libs"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
6
7PR = "r11"
8DEPENDS = "virtual/libiconv"
9DEPENDS_virtclass-native = ""
10PROVIDES = "virtual/libintl"
11PROVIDES_virtclass-native = ""
12
13SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
14 file://gettext-vpath.patch \
15 file://fixchicken.patch \
16 file://linklib_from_0.17.patch \
17 file://getline.m4.patch \
18 file://disable_java.patch"
19
20# file://gettext-autoconf-lib-link-no-L.patch
21
22SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch"
23SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch"
24
25SRC_URI[md5sum] = "78f4b862510beb2e5d43223dd610e77d"
26SRC_URI[sha256sum] = "41f20c469c7759acb34cfa7e0b3cac9096d59a58ad800e471f07424a8e7adbb7"
27
28PARALLEL_MAKE = ""
29
30inherit autotools
31
32EXTRA_OECONF += "--without-lisp --disable-csharp"
33acpaths = '-I ${S}/autoconf-lib-link/m4/ \
34 -I ${S}/gettext-runtime/m4 \
35 -I ${S}/gettext-tools/m4'
36
37do_configure_prepend() {
38 rm -f ${S}/config/m4/libtool.m4
39}
40
41# these lack the .x behind the .so, but shouldn't be in the -dev package
42# Otherwise you get the following results:
43# 7.4M glibc/images/ep93xx/Angstrom-console-image-glibc-ipk-2008.1-test-20080104-ep93xx.rootfs.tar.gz
44# 25M uclibc/images/ep93xx/Angstrom-console-image-uclibc-ipk-2008.1-test-20080104-ep93xx.rootfs.tar.gz
45# because gettext depends on gettext-dev, which pulls in more -dev packages:
46# 15228 KiB /ep93xx/libstdc++-dev_4.2.2-r2_ep93xx.ipk
47# 1300 KiB /ep93xx/uclibc-dev_0.9.29-r8_ep93xx.ipk
48# 140 KiB /armv4t/gettext-dev_0.14.1-r6_armv4t.ipk
49# 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk
50
51PACKAGES =+ "libgettextlib libgettextsrc"
52FILES_libgettextlib = "${libdir}/libgettextlib-*.so*"
53FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*"