diff options
| -rw-r--r-- | meta/recipes-core/gettext/gettext_0.14.1.bb | 19 | ||||
| -rw-r--r-- | meta/recipes-core/gettext/gettext_0.17.bb | 35 |
2 files changed, 30 insertions, 24 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." | |||
| 2 | HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" | 2 | HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
| 6 | |||
| 5 | PR = "r11" | 7 | PR = "r11" |
| 6 | DEPENDS = "virtual/libiconv" | 8 | DEPENDS = "virtual/libiconv" |
| 7 | DEPENDS_virtclass-native = "" | 9 | DEPENDS_virtclass-native = "" |
| @@ -9,9 +11,9 @@ PROVIDES = "virtual/libintl" | |||
| 9 | PROVIDES_virtclass-native = "" | 11 | PROVIDES_virtclass-native = "" |
| 10 | 12 | ||
| 11 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | 13 | SRC_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 \ | |||
| 20 | SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch" | 22 | SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch" |
| 21 | SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch" | 23 | SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch" |
| 22 | 24 | ||
| 25 | SRC_URI[md5sum] = "78f4b862510beb2e5d43223dd610e77d" | ||
| 26 | SRC_URI[sha256sum] = "41f20c469c7759acb34cfa7e0b3cac9096d59a58ad800e471f07424a8e7adbb7" | ||
| 27 | |||
| 23 | PARALLEL_MAKE = "" | 28 | PARALLEL_MAKE = "" |
| 24 | 29 | ||
| 25 | inherit autotools | 30 | inherit autotools |
| 26 | 31 | ||
| 27 | EXTRA_OECONF += "--without-lisp --disable-csharp" | 32 | EXTRA_OECONF += "--without-lisp --disable-csharp" |
| 28 | acpaths = '-I ${S}/autoconf-lib-link/m4/ \ | 33 | acpaths = '-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 | ||
| 32 | do_configure_prepend() { | 37 | do_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() { | |||
| 46 | PACKAGES =+ "libgettextlib libgettextsrc" | 51 | PACKAGES =+ "libgettextlib libgettextsrc" |
| 47 | FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" | 52 | FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" |
| 48 | FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" | 53 | FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" |
| 49 | |||
| 50 | |||
| 51 | SRC_URI[md5sum] = "78f4b862510beb2e5d43223dd610e77d" | ||
| 52 | SRC_URI[sha256sum] = "41f20c469c7759acb34cfa7e0b3cac9096d59a58ad800e471f07424a8e7adbb7" | ||
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 | |||
| 3 | HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" | 3 | HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 7 | |||
| 6 | PR = "r5" | 8 | PR = "r5" |
| 7 | DEPENDS = "gettext-native virtual/libiconv ncurses expat" | 9 | DEPENDS = "gettext-native virtual/libiconv ncurses expat" |
| 8 | DEPENDS_virtclass-native = "" | 10 | DEPENDS_virtclass-native = "" |
| @@ -10,33 +12,36 @@ PROVIDES = "virtual/libintl" | |||
| 10 | PROVIDES_virtclass-native = "" | 12 | PROVIDES_virtclass-native = "" |
| 11 | 13 | ||
| 12 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | 14 | SRC_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 | ||
| 19 | SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" | 21 | SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" |
| 20 | SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1" | 22 | SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1" |
| 21 | 23 | ||
| 24 | SRC_URI[md5sum] = "58a2bc6d39c0ba57823034d55d65d606" | ||
| 25 | SRC_URI[sha256sum] = "209638bb8e162f22c281145a34e220c66f1f6e9ff5e4c50c6f2ef2ded59537ba" | ||
| 26 | |||
| 22 | PARALLEL_MAKE = "" | 27 | PARALLEL_MAKE = "" |
| 23 | 28 | ||
| 24 | inherit autotools | 29 | inherit autotools |
| 25 | 30 | ||
| 26 | EXTRA_OECONF += "--without-lispdir \ | 31 | EXTRA_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 | ||
| 37 | acpaths = '-I ${S}/autoconf-lib-link/m4/ \ | 42 | acpaths = '-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 |
