gettext: Really disable java

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3751 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-02-11 16:58:41 +00:00
parent 251ff09c88
commit cfa8d22279
2 changed files with 20 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Index: gettext-0.14.1/gettext-tools/configure.ac
===================================================================
--- gettext-0.14.1.orig/gettext-tools/configure.ac 2004-01-16 10:49:06.000000000 +0000
+++ gettext-0.14.1/gettext-tools/configure.ac 2007-11-14 21:43:39.000000000 +0000
--- gettext-0.14.1.orig/gettext-tools/configure.ac 2008-02-11 16:57:19.000000000 +0000
+++ gettext-0.14.1/gettext-tools/configure.ac 2008-02-11 16:57:28.000000000 +0000
@@ -37,28 +37,16 @@
AC_PROG_YACC
@ -30,4 +30,21 @@ Index: gettext-0.14.1/gettext-tools/configure.ac
-fi
AC_SUBST(TESTJAVA)
gt_CSHARPCOMP
Index: gettext-0.14.1/gettext-runtime/configure.ac
===================================================================
--- gettext-0.14.1.orig/gettext-runtime/configure.ac 2008-02-11 16:57:34.000000000 +0000
+++ gettext-0.14.1/gettext-runtime/configure.ac 2008-02-11 16:58:04.000000000 +0000
@@ -37,11 +37,7 @@
gt_JAVACOMP
AC_CHECK_PROG(JAR, jar, jar)
-if test -n "$HAVE_JAVACOMP" && test -n "$JAR"; then
- BUILDJAVA=yes
-else
- BUILDJAVA=no
-fi
+BUILDJAVA=no
AC_SUBST(BUILDJAVA)
gt_CSHARPCOMP

View File

@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library."
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
SECTION = "libs"
LICENSE = "GPL"
PR = "r5"
PR = "r6"
PROVIDES = "virtual/libintl"
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \