summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.14.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/gettext/gettext_0.14.1.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.14.1.bb19
1 files changed, 10 insertions, 9 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.14.1.bb b/meta/recipes-core/gettext/gettext_0.14.1.bb
index a2de018281..ad5121736e 100644
--- a/meta/recipes-core/gettext/gettext_0.14.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.14.1.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "The GNU internationalization library."
2HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" 2HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
6
5PR = "r11" 7PR = "r11"
6DEPENDS = "virtual/libiconv" 8DEPENDS = "virtual/libiconv"
7DEPENDS_virtclass-native = "" 9DEPENDS_virtclass-native = ""
@@ -9,9 +11,9 @@ PROVIDES = "virtual/libintl"
9PROVIDES_virtclass-native = "" 11PROVIDES_virtclass-native = ""
10 12
11SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ 13SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
12 file://gettext-vpath.patch \ 14 file://gettext-vpath.patch \
13 file://fixchicken.patch \ 15 file://fixchicken.patch \
14 file://linklib_from_0.17.patch \ 16 file://linklib_from_0.17.patch \
15 file://getline.m4.patch \ 17 file://getline.m4.patch \
16 file://disable_java.patch" 18 file://disable_java.patch"
17 19
@@ -20,14 +22,17 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
20SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch" 22SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch"
21SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch" 23SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch"
22 24
25SRC_URI[md5sum] = "78f4b862510beb2e5d43223dd610e77d"
26SRC_URI[sha256sum] = "41f20c469c7759acb34cfa7e0b3cac9096d59a58ad800e471f07424a8e7adbb7"
27
23PARALLEL_MAKE = "" 28PARALLEL_MAKE = ""
24 29
25inherit autotools 30inherit autotools
26 31
27EXTRA_OECONF += "--without-lisp --disable-csharp" 32EXTRA_OECONF += "--without-lisp --disable-csharp"
28acpaths = '-I ${S}/autoconf-lib-link/m4/ \ 33acpaths = '-I ${S}/autoconf-lib-link/m4/ \
29 -I ${S}/gettext-runtime/m4 \ 34 -I ${S}/gettext-runtime/m4 \
30 -I ${S}/gettext-tools/m4' 35 -I ${S}/gettext-tools/m4'
31 36
32do_configure_prepend() { 37do_configure_prepend() {
33 rm -f ${S}/config/m4/libtool.m4 38 rm -f ${S}/config/m4/libtool.m4
@@ -46,7 +51,3 @@ do_configure_prepend() {
46PACKAGES =+ "libgettextlib libgettextsrc" 51PACKAGES =+ "libgettextlib libgettextsrc"
47FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" 52FILES_libgettextlib = "${libdir}/libgettextlib-*.so*"
48FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" 53FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*"
49
50
51SRC_URI[md5sum] = "78f4b862510beb2e5d43223dd610e77d"
52SRC_URI[sha256sum] = "41f20c469c7759acb34cfa7e0b3cac9096d59a58ad800e471f07424a8e7adbb7"