diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-07-07 15:02:07 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-07-07 15:02:07 +0200 |
commit | 9e01be7741b9830c404be598b8688fe3d8bb0c12 (patch) | |
tree | 182f4ef112a9c20287e2338327dec32c44f32bc6 /recipes/classpath | |
parent | 0784d75461e0bfcc07abda26b215bab953eacf80 (diff) |
classpath: Depend on antlr-native, increased resp. PRs.
Diffstat (limited to 'recipes/classpath')
-rw-r--r-- | recipes/classpath/classpath.inc | 3 | ||||
-rw-r--r-- | recipes/classpath/classpath_0.95.bb | 2 | ||||
-rw-r--r-- | recipes/classpath/classpath_0.96.1.bb | 2 | ||||
-rw-r--r-- | recipes/classpath/classpath_0.97.2.bb | 2 | ||||
-rw-r--r-- | 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 bf630bf569..06e236ca60 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 6952cda72f..ccc1ecee7e 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 cc3505a293..4e1288ff0b 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 1daaa1aa2c..e3b22fb6c5 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 13f7a72b44..6dc1e9e28b 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" |