[oe-commits] Robert Schuster : classpath: Unified remaining recipes.

git version control git at git.openembedded.org
Wed Aug 4 09:22:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2d497d37fccfe2b4c6bc0eed54ce305dea4c286c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2d497d37fccfe2b4c6bc0eed54ce305dea4c286c

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Wed Aug  4 11:21:16 2010 +0200

classpath: Unified remaining recipes.

---

 recipes/classpath/classpath.inc       |   19 +++++++++++++++----
 recipes/classpath/classpath_0.97.2.bb |   16 +---------------
 recipes/classpath/classpath_0.98.bb   |   16 +---------------
 3 files changed, 17 insertions(+), 34 deletions(-)

diff --git a/recipes/classpath/classpath.inc b/recipes/classpath/classpath.inc
index 41c7888..762fcea 100644
--- a/recipes/classpath/classpath.inc
+++ b/recipes/classpath/classpath.inc
@@ -5,7 +5,8 @@ PRIORITY = "optional"
 LICENSE = "Classpath"
 PBN = "classpath"
 
-DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native"
+DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst"
+
 RPROVIDES_${PN} = ""
 
 RDEPENDS_${PN} = "${PBN}-common (>= ${PV})"
@@ -17,7 +18,6 @@ RPROVIDES_${PN}-common = "${PBN}-common"
 RPROVIDES_${PN}-gtk = "${PBN}-awt"
 
 SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
-	  
 
 S = "${WORKDIR}/${PBN}-${PV}"
 
@@ -31,13 +31,24 @@ EXTRA_OECONF = "\
   --with-vm=java \
   --disable-Werror \
   --with-antlr-jar=${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar \
+  --disable-alsa \
+  --disable-dssi \
+  --disable-qt4-peer \
+  --disable-plugin \
+  --enable-gconf-peer \
+  --enable-gtk-peer \
+  --enable-local-sockets \
+  --with-vm=java \
   "
 
+DEPENDS += "gtk+ gconf libxtst"
+
+EXTRA_OECONF += "\
+               "
 inherit autotools java
 
 do_configure_prepend () {
-
-        cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}
+  cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}
 }
 	
 
diff --git a/recipes/classpath/classpath_0.97.2.bb b/recipes/classpath/classpath_0.97.2.bb
index b53ba2b..406b38d 100644
--- a/recipes/classpath/classpath_0.97.2.bb
+++ b/recipes/classpath/classpath_0.97.2.bb
@@ -13,21 +13,7 @@ SRC_URI += "\
   file://toolwrapper-exithook.patch \
   "
 
-PR = "r10"
-
-DEPENDS += "gtk+ gconf libxtst"
-
-EXTRA_OECONF += "\
-                --disable-alsa \
-                --disable-dssi \
-                --disable-qt4-peer \
-                --disable-plugin \
-                --enable-gconf-peer \
-                --enable-gtk-peer \
-                --enable-local-sockets \
-                --with-vm=java \
-               "
-
+PR = "r11"
 
 SRC_URI[md5sum] = "6a35347901ace03c31cc49751b338f31"
 SRC_URI[sha256sum] = "001fee5ad3ddd043783d59593153510f09064b0d9b5aea82f535266f62f02db4"
diff --git a/recipes/classpath/classpath_0.98.bb b/recipes/classpath/classpath_0.98.bb
index d64fa07..5edc9ee 100644
--- a/recipes/classpath/classpath_0.98.bb
+++ b/recipes/classpath/classpath_0.98.bb
@@ -8,21 +8,7 @@ SRC_URI += "\
   file://toolwrapper-exithook.patch \
   "
 
-PR = "r3"
-
-DEPENDS += "gtk+ gconf libxtst"
-
-EXTRA_OECONF += "\
-                --disable-alsa \
-                --disable-dssi \
-                --disable-qt4-peer \
-                --disable-plugin \
-                --enable-gconf-peer \
-                --enable-gtk-peer \
-                --enable-local-sockets \
-                --with-vm=java \
-               "
-
+PR = "r4"
 
 SRC_URI[md5sum] = "90c6571b8b0309e372faa0f9f6255ea9"
 SRC_URI[sha256sum] = "501b5acd4dff79b6100da22cef15080f31071821ce3cea6f1b739bc1b56fac3f"





More information about the Openembedded-commits mailing list