All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] classpath: Depend on antlr-native, increased resp. PRs.
@ 2010-04-12  7:24 Marcin Juszkiewicz
  2010-04-12  7:53 ` Marcin Juszkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Juszkiewicz @ 2010-04-12  7:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Robert Schuster

From: Robert Schuster <robertschuster@fsfe.org>

Acked-by: Marcin Juszkiewicz <marcin@buglabs.net>

---
 recipes/classpath/classpath.inc       |    3 ++-
 recipes/classpath/classpath_0.95.bb   |    2 +-
 recipes/classpath/classpath_0.96.1.bb |    2 +-
 recipes/classpath/classpath_0.97.2.bb |    2 +-
 recipes/classpath/classpath_0.98.bb   |    2 +-
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/recipes/classpath/classpath.inc b/recipes/classpath/classpath.inc
index bf630bf..06e236c 100644
--- a/recipes/classpath/classpath.inc
+++ b/recipes/classpath/classpath.inc
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 LICENSE = "Classpath"
 PBN = "classpath"
 
-DEPENDS = "virtual/javac-native fastjar-native zip-native gmp"
+DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native"
 RPROVIDES = ""
 
 RDEPENDS_${PN} = "${PBN}-common (>= ${PV})"
@@ -30,6 +30,7 @@ EXTRA_OECONF = "\
   --includedir=${includedir}/classpath \
   --with-vm=java \
   --disable-Werror \
+  --with-antlr-jar=${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar \
   "
 
 inherit autotools
diff --git a/recipes/classpath/classpath_0.95.bb b/recipes/classpath/classpath_0.95.bb
index 6952cda..ccc1ece 100644
--- a/recipes/classpath/classpath_0.95.bb
+++ b/recipes/classpath/classpath_0.95.bb
@@ -6,7 +6,7 @@ SRC_URI += "\
   file://javanet-local.patch;patch=1;pnum=0 \
   "
 
-PR = "r6"
+PR = "r7"
 
 DEPENDS += "gtk+ gconf libxtst"
 
diff --git a/recipes/classpath/classpath_0.96.1.bb b/recipes/classpath/classpath_0.96.1.bb
index cc3505a..4e1288f 100644
--- a/recipes/classpath/classpath_0.96.1.bb
+++ b/recipes/classpath/classpath_0.96.1.bb
@@ -6,7 +6,7 @@ SRC_URI += "\
   file://javanet-local.patch;patch=1;pnum=0 \
   "
 
-PR = "r8"
+PR = "r9"
 
 DEPENDS += "gtk+ gconf libxtst"
 
diff --git a/recipes/classpath/classpath_0.97.2.bb b/recipes/classpath/classpath_0.97.2.bb
index 1daaa1a..e3b22fb 100644
--- a/recipes/classpath/classpath_0.97.2.bb
+++ b/recipes/classpath/classpath_0.97.2.bb
@@ -12,7 +12,7 @@ SRC_URI += "\
   file://gtk-fix.patch;patch=1;pnum=0 \
   "
 
-PR = "r8"
+PR = "r9"
 
 DEPENDS += "gtk+ gconf libxtst"
 
diff --git a/recipes/classpath/classpath_0.98.bb b/recipes/classpath/classpath_0.98.bb
index 13f7a72..6dc1e9e 100644
--- a/recipes/classpath/classpath_0.98.bb
+++ b/recipes/classpath/classpath_0.98.bb
@@ -7,7 +7,7 @@ SRC_URI += "\
   file://fix-gmp.patch;patch=1 \
   "
 
-PR = "r1"
+PR = "r2"
 
 DEPENDS += "gtk+ gconf libxtst"
 
-- 
1.7.0.4






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [STABLE][PATCH] classpath: Depend on antlr-native, increased resp. PRs.
  2010-04-12  7:24 [STABLE][PATCH] classpath: Depend on antlr-native, increased resp. PRs Marcin Juszkiewicz
@ 2010-04-12  7:53 ` Marcin Juszkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Marcin Juszkiewicz @ 2010-04-12  7:53 UTC (permalink / raw)
  To: openembedded-devel

Dnia poniedziałek, 12 kwietnia 2010 o 09:24:01 Marcin Juszkiewicz napisał(a):
> From: Robert Schuster <robertschuster@fsfe.org>
> 
> Acked-by: Marcin Juszkiewicz <marcin@buglabs.net>

After build on other machine I have to revert it. We do not have 
STAGING_DATADIR_JAVA_NATIVE variable in stable/2009 and changeset which adds 
it can make current builds not working.

I have other solution for problem fixed by this changset but will take care 
outside of repository.

Regards, 
-- 
JID:      hrw@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-12  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-12  7:24 [STABLE][PATCH] classpath: Depend on antlr-native, increased resp. PRs Marcin Juszkiewicz
2010-04-12  7:53 ` Marcin Juszkiewicz

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.