summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-12-20 10:03:37 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-21 09:29:12 +0000
commit2d65d832dd811083efdd13b69dbd6f5ba46161b6 (patch)
treee06b7eba643621e92ab73553c3d03f6f456c053b /meta/recipes-core/gettext
parenta09fbe3c680b67ea55d218cf3f469f2798cd4037 (diff)
downloadpoky-2d65d832dd811083efdd13b69dbd6f5ba46161b6.tar.gz
gettext: Add source and license checkums
Also clean up whitespace issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r--meta/recipes-core/gettext/gettext_0.14.1.bb19
-rw-r--r--meta/recipes-core/gettext/gettext_0.17.bb35
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."
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"
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