[oe-commits] : cacao: Removed binutils from DEPENDS and --enable-disassembler from configure arguments

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Oct 6 14:15:15 UTC 2008


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

Author:  <thebohemian at openembedded.org>
Date:   Mon Oct  6 14:07:03 2008 +0000

cacao: Removed binutils from DEPENDS and --enable-disassembler from configure arguments

---

 packages/cacao/cacao.inc       |    3 +--
 packages/cacao/cacao_0.99.3.bb |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/cacao/cacao.inc b/packages/cacao/cacao.inc
index 9c10ee1..7df6c37 100644
--- a/packages/cacao/cacao.inc
+++ b/packages/cacao/cacao.inc
@@ -4,7 +4,7 @@ LICENSE  = "GPL"
 PRIORITY = "optional"
 SECTION  = "interpreters"
 
-DEPENDS = "zlib libtool classpath binutils cacaoh-native virtual/javac-native"
+DEPENDS = "zlib libtool classpath cacaoh-native virtual/javac-native"
 
 # Avoid version number here, otherwise dpkg will expect a package name
 # and cannot be satisfied with a package that provides classpath.
@@ -18,7 +18,6 @@ inherit java autotools update-alternatives
 EXTRA_OECONF = "\
 	${@['','--enable-softfloat'][bb.data.getVar('TARGET_FPU',d,1) == 'soft']} \
 	--enable-debug \
-	--enable-disassembler \
 	--with-vm-zip=${datadir}/cacao/vm.zip \
 	--with-cacaoh=${STAGING_BINDIR_NATIVE}/cacaoh-${PV} \
     --with-build-java-runtime-library-classes=${STAGING_DATADIR}/classpath/glibj.zip \
diff --git a/packages/cacao/cacao_0.99.3.bb b/packages/cacao/cacao_0.99.3.bb
index 2823a9b..b2f5801 100644
--- a/packages/cacao/cacao_0.99.3.bb
+++ b/packages/cacao/cacao_0.99.3.bb
@@ -1,6 +1,6 @@
 require cacao.inc
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \
 	   file://cacao-codegen-arm1.patch;patch=1 \





More information about the Openembedded-commits mailing list