summaryrefslogtreecommitdiffstats
path: root/meta/packages/gettext/gettext_0.14.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-14 21:36:27 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-14 21:36:27 +0000
commit5dfe764664874280a006e1f27ffd8762c53242fc (patch)
tree877e5e6a4667e2adea4bba314ab7befbe6cb5ef0 /meta/packages/gettext/gettext_0.14.1.bb
parentc717e0b38465c02329d60d475a97c3da1dfd7637 (diff)
downloadpoky-5dfe764664874280a006e1f27ffd8762c53242fc.tar.gz
gettext: Disable java since it finds any native gcj and breaks cross compiled builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3167 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gettext/gettext_0.14.1.bb')
-rw-r--r--meta/packages/gettext/gettext_0.14.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gettext/gettext_0.14.1.bb b/meta/packages/gettext/gettext_0.14.1.bb
index 1cc272bf14..d766369b68 100644
--- a/meta/packages/gettext/gettext_0.14.1.bb
+++ b/meta/packages/gettext/gettext_0.14.1.bb
@@ -8,7 +8,8 @@ PROVIDES = "virtual/libintl"
8SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ 8SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
9 file://gettext-vpath.patch;patch=1;pnum=1 \ 9 file://gettext-vpath.patch;patch=1;pnum=1 \
10 file://fixchicken.patch;patch=1;pnum=1 \ 10 file://fixchicken.patch;patch=1;pnum=1 \
11 file://getline.m4.patch;patch=1" 11 file://getline.m4.patch;patch=1 \
12 file://disable_java.patch;patch=1"
12 13
13SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" 14SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"
14SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1" 15SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1"