mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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
This commit is contained in:
33
meta/packages/gettext/gettext-0.14.1/disable_java.patch
vendored
Normal file
33
meta/packages/gettext/gettext-0.14.1/disable_java.patch
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
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
|
||||||
@@ -8,7 +8,8 @@ PROVIDES = "virtual/libintl"
|
|||||||
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
|
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
|
||||||
file://gettext-vpath.patch;patch=1;pnum=1 \
|
file://gettext-vpath.patch;patch=1;pnum=1 \
|
||||||
file://fixchicken.patch;patch=1;pnum=1 \
|
file://fixchicken.patch;patch=1;pnum=1 \
|
||||||
file://getline.m4.patch;patch=1"
|
file://getline.m4.patch;patch=1 \
|
||||||
|
file://disable_java.patch;patch=1"
|
||||||
|
|
||||||
SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"
|
SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"
|
||||||
SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1"
|
SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user