summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/gettext/gettext_0.17.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.17.bb35
1 files changed, 20 insertions, 15 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.17.bb b/meta/recipes-core/gettext/gettext_0.17.bb
index 7a936ea914..54a58377a0 100644
--- a/meta/recipes-core/gettext/gettext_0.17.bb
+++ b/meta/recipes-core/gettext/gettext_0.17.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "Gettext offers to programmers, translators, and even users, a wel
3HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" 3HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7
6PR = "r5" 8PR = "r5"
7DEPENDS = "gettext-native virtual/libiconv ncurses expat" 9DEPENDS = "gettext-native virtual/libiconv ncurses expat"
8DEPENDS_virtclass-native = "" 10DEPENDS_virtclass-native = ""
@@ -10,33 +12,36 @@ PROVIDES = "virtual/libintl"
10PROVIDES_virtclass-native = "" 12PROVIDES_virtclass-native = ""
11 13
12SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ 14SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
13 file://autotools.patch;patch=1 \ 15 file://autotools.patch;patch=1 \
14 file://wchar-uclibc.patch;patch=1 \ 16 file://wchar-uclibc.patch;patch=1 \
15 file://use_open_properly.patch;patch=1 \ 17 file://use_open_properly.patch;patch=1 \
16 file://m4fix.patch;patch=1 \ 18 file://m4fix.patch;patch=1 \
17 " 19 "
18 20
19SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" 21SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"
20SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1" 22SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1"
21 23
24SRC_URI[md5sum] = "58a2bc6d39c0ba57823034d55d65d606"
25SRC_URI[sha256sum] = "209638bb8e162f22c281145a34e220c66f1f6e9ff5e4c50c6f2ef2ded59537ba"
26
22PARALLEL_MAKE = "" 27PARALLEL_MAKE = ""
23 28
24inherit autotools 29inherit autotools
25 30
26EXTRA_OECONF += "--without-lispdir \ 31EXTRA_OECONF += "--without-lispdir \
27 --disable-csharp \ 32 --disable-csharp \
28 --disable-libasprintf \ 33 --disable-libasprintf \
29 --disable-java \ 34 --disable-java \
30 --disable-native-java \ 35 --disable-native-java \
31 --disable-openmp \ 36 --disable-openmp \
32 --with-included-glib \ 37 --with-included-glib \
33 --with-libncurses-prefix=${STAGING_LIBDIR}/.. \ 38 --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
34 --without-emacs \ 39 --without-emacs \
35 " 40 "
36 41
37acpaths = '-I ${S}/autoconf-lib-link/m4/ \ 42acpaths = '-I ${S}/autoconf-lib-link/m4/ \
38 -I ${S}/gettext-runtime/m4 \ 43 -I ${S}/gettext-runtime/m4 \
39 -I ${S}/gettext-tools/m4' 44 -I ${S}/gettext-tools/m4'
40 45
41 46
42# these lack the .x behind the .so, but shouldn't be in the -dev package 47# these lack the .x behind the .so, but shouldn't be in the -dev package