summaryrefslogtreecommitdiff
path: root/meta/recipes-core/gettext/gettext-0.14.1/disable_java.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-09 15:05:09 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-09 15:05:09 +0100
commit939e2fe270553ac4675520adeaf23761e856c468 (patch)
tree966942ac34f8d449478f6cbe2e77982398c97e31 /meta/recipes-core/gettext/gettext-0.14.1/disable_java.patch
parent530fb7fdea401fd33e4ef90a7ee411f675a4a20c (diff)
downloadopenembedded-core-939e2fe270553ac4675520adeaf23761e856c468.tar.gz
openembedded-core-939e2fe270553ac4675520adeaf23761e856c468.tar.bz2
openembedded-core-939e2fe270553ac4675520adeaf23761e856c468.tar.xz
openembedded-core-939e2fe270553ac4675520adeaf23761e856c468.zip
gettext: Move files to the correct place
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.14.1/disable_java.patch')
-rw-r--r--meta/recipes-core/gettext/gettext-0.14.1/disable_java.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.14.1/disable_java.patch b/meta/recipes-core/gettext/gettext-0.14.1/disable_java.patch
new file mode 100644
index 000000000..f1ae816f3
--- /dev/null
+++ b/meta/recipes-core/gettext/gettext-0.14.1/disable_java.patch
@@ -0,0 +1,37 @@
+# Pulled from OpenEmbedded
+#
+# Commented by: Saul Wold <saul.wold@intel.com>
+
+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
+@@ -37,28 +37,16 @@
+ AC_PROG_YACC
+
+ gt_GCJ
+-if test -n "$HAVE_GCJ"; then
+- BUILDJAVAEXE=yes
+-else
+ BUILDJAVAEXE=no
+-fi
+ AC_SUBST(BUILDJAVAEXE)
+
+ gt_JAVACOMP
+ AC_CHECK_PROG(JAR, jar, jar)
+-if test -n "$HAVE_JAVACOMP" && test -n "$JAR"; then
+- BUILDJAVA=yes
+-else
+ BUILDJAVA=no
+-fi
+ AC_SUBST(BUILDJAVA)
+
+ gt_JAVAEXEC
+-if test -n "$HAVE_JAVAEXEC" && test $BUILDJAVA = yes; then
+- TESTJAVA=yes
+-else
+ TESTJAVA=no
+-fi
+ AC_SUBST(TESTJAVA)
+
+ gt_CSHARPCOMP