* [STABLE][PATCH] classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn't work)
@ 2010-01-12 16:24 Marcin Juszkiewicz
2010-01-13 17:09 ` Denys Dmytriyenko
2010-01-13 19:53 ` Koen Kooi
0 siblings, 2 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2010-01-12 16:24 UTC (permalink / raw)
To: openembedded-devel
From: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
---
recipes/classpath/classpath-native.inc | 1 +
recipes/classpath/classpath-native_0.97.2.bb | 2 +-
recipes/classpath/classpath-native_0.98.bb | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/recipes/classpath/classpath-native.inc b/recipes/classpath/classpath-native.inc
index e7570c4..35a2485 100644
--- a/recipes/classpath/classpath-native.inc
+++ b/recipes/classpath/classpath-native.inc
@@ -30,6 +30,7 @@ EXTRA_OECONF = "\
--disable-gtk-peer \
--disable-plugin \
--disable-dssi \
+ --disable-gjdoc \
--enable-examples \
--enable-tools \
--includedir=${STAGING_INCDIR}/classpath \
diff --git a/recipes/classpath/classpath-native_0.97.2.bb b/recipes/classpath/classpath-native_0.97.2.bb
index 4de5602..b026f40 100644
--- a/recipes/classpath/classpath-native_0.97.2.bb
+++ b/recipes/classpath/classpath-native_0.97.2.bb
@@ -1,6 +1,6 @@
require classpath-native.inc
-PR = "r6"
+PR = "r7"
# The code affected by the javanet-local patch
# is usually not compiled. However if someone changes
diff --git a/recipes/classpath/classpath-native_0.98.bb b/recipes/classpath/classpath-native_0.98.bb
index 6659178..a924b8a 100644
--- a/recipes/classpath/classpath-native_0.98.bb
+++ b/recipes/classpath/classpath-native_0.98.bb
@@ -3,7 +3,7 @@ require classpath-native.inc
# Deadlocks occur on at least amd64 hosts.
DEFAULT_PREFERENCE = "-1"
-PR = "r2"
+PR = "r3"
# The code affected by the javanet-local patch
# is usually not compiled. However if someone changes
--
1.6.6
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [STABLE][PATCH] classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn't work)
2010-01-12 16:24 [STABLE][PATCH] classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn't work) Marcin Juszkiewicz
@ 2010-01-13 17:09 ` Denys Dmytriyenko
2010-01-13 19:53 ` Koen Kooi
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2010-01-13 17:09 UTC (permalink / raw)
To: openembedded-devel
On Tue, Jan 12, 2010 at 05:24:00PM +0100, Marcin Juszkiewicz wrote:
> From: Martin Jansa <Martin.Jansa@gmail.com>
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Denys Dmytriyenko <denis@denix.org>
> ---
> recipes/classpath/classpath-native.inc | 1 +
> recipes/classpath/classpath-native_0.97.2.bb | 2 +-
> recipes/classpath/classpath-native_0.98.bb | 2 +-
> 3 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/classpath/classpath-native.inc b/recipes/classpath/classpath-native.inc
> index e7570c4..35a2485 100644
> --- a/recipes/classpath/classpath-native.inc
> +++ b/recipes/classpath/classpath-native.inc
> @@ -30,6 +30,7 @@ EXTRA_OECONF = "\
> --disable-gtk-peer \
> --disable-plugin \
> --disable-dssi \
> + --disable-gjdoc \
> --enable-examples \
> --enable-tools \
> --includedir=${STAGING_INCDIR}/classpath \
> diff --git a/recipes/classpath/classpath-native_0.97.2.bb b/recipes/classpath/classpath-native_0.97.2.bb
> index 4de5602..b026f40 100644
> --- a/recipes/classpath/classpath-native_0.97.2.bb
> +++ b/recipes/classpath/classpath-native_0.97.2.bb
> @@ -1,6 +1,6 @@
> require classpath-native.inc
>
> -PR = "r6"
> +PR = "r7"
>
> # The code affected by the javanet-local patch
> # is usually not compiled. However if someone changes
> diff --git a/recipes/classpath/classpath-native_0.98.bb b/recipes/classpath/classpath-native_0.98.bb
> index 6659178..a924b8a 100644
> --- a/recipes/classpath/classpath-native_0.98.bb
> +++ b/recipes/classpath/classpath-native_0.98.bb
> @@ -3,7 +3,7 @@ require classpath-native.inc
> # Deadlocks occur on at least amd64 hosts.
> DEFAULT_PREFERENCE = "-1"
>
> -PR = "r2"
> +PR = "r3"
>
> # The code affected by the javanet-local patch
> # is usually not compiled. However if someone changes
> --
> 1.6.6
>
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [STABLE][PATCH] classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn't work)
2010-01-12 16:24 [STABLE][PATCH] classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn't work) Marcin Juszkiewicz
2010-01-13 17:09 ` Denys Dmytriyenko
@ 2010-01-13 19:53 ` Koen Kooi
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2010-01-13 19:53 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Acked-by: Koen Kooi <koen@openembedded.org>
On 12-01-10 17:24, Marcin Juszkiewicz wrote:
> From: Martin Jansa <Martin.Jansa@gmail.com>
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
> ---
> recipes/classpath/classpath-native.inc | 1 +
> recipes/classpath/classpath-native_0.97.2.bb | 2 +-
> recipes/classpath/classpath-native_0.98.bb | 2 +-
> 3 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/classpath/classpath-native.inc b/recipes/classpath/classpath-native.inc
> index e7570c4..35a2485 100644
> --- a/recipes/classpath/classpath-native.inc
> +++ b/recipes/classpath/classpath-native.inc
> @@ -30,6 +30,7 @@ EXTRA_OECONF = "\
> --disable-gtk-peer \
> --disable-plugin \
> --disable-dssi \
> + --disable-gjdoc \
> --enable-examples \
> --enable-tools \
> --includedir=${STAGING_INCDIR}/classpath \
> diff --git a/recipes/classpath/classpath-native_0.97.2.bb b/recipes/classpath/classpath-native_0.97.2.bb
> index 4de5602..b026f40 100644
> --- a/recipes/classpath/classpath-native_0.97.2.bb
> +++ b/recipes/classpath/classpath-native_0.97.2.bb
> @@ -1,6 +1,6 @@
> require classpath-native.inc
>
> -PR = "r6"
> +PR = "r7"
>
> # The code affected by the javanet-local patch
> # is usually not compiled. However if someone changes
> diff --git a/recipes/classpath/classpath-native_0.98.bb b/recipes/classpath/classpath-native_0.98.bb
> index 6659178..a924b8a 100644
> --- a/recipes/classpath/classpath-native_0.98.bb
> +++ b/recipes/classpath/classpath-native_0.98.bb
> @@ -3,7 +3,7 @@ require classpath-native.inc
> # Deadlocks occur on at least amd64 hosts.
> DEFAULT_PREFERENCE = "-1"
>
> -PR = "r2"
> +PR = "r3"
>
> # The code affected by the javanet-local patch
> # is usually not compiled. However if someone changes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLTiSrMkyGM64RGpERAmeGAKCoFZG2dXBWBd7shkM2GLqNPZ7t6wCeLPwy
jCNhbK/4VMRNnO4MTr26Kx0=
=3/3x
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-13 20:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12 16:24 [STABLE][PATCH] classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn't work) Marcin Juszkiewicz
2010-01-13 17:09 ` Denys Dmytriyenko
2010-01-13 19:53 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.