cacao: Removed binutils from DEPENDS and --enable-disassembler from configure arguments
authorRobert Schuster <thebohemian@gmx.net>
Mon, 6 Oct 2008 14:07:03 +0000 (14:07 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Mon, 6 Oct 2008 14:07:03 +0000 (14:07 +0000)
packages/cacao/cacao.inc
packages/cacao/cacao_0.99.3.bb

index 9c10ee1..7df6c37 100644 (file)
@@ -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 \
index 2823a9b..b2f5801 100644 (file)
@@ -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 \