From c90442555b07b14807b2bc4ec4bed741c5b5bfb9 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 1 Mar 2012 21:57:42 +0100 Subject: cacaoh-openjdk-native: removed, not needed anymore --- recipes-core/cacao/cacaoh-openjdk-native.inc | 31 ---------------------- recipes-core/cacao/cacaoh-openjdk-native_0.99.4.bb | 7 ----- 2 files changed, 38 deletions(-) delete mode 100644 recipes-core/cacao/cacaoh-openjdk-native.inc delete mode 100644 recipes-core/cacao/cacaoh-openjdk-native_0.99.4.bb (limited to 'recipes-core/cacao') diff --git a/recipes-core/cacao/cacaoh-openjdk-native.inc b/recipes-core/cacao/cacaoh-openjdk-native.inc deleted file mode 100644 index fcc38ad..0000000 --- a/recipes-core/cacao/cacaoh-openjdk-native.inc +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Header generator for Cacao JVM - Needed for cross-compilation builds" -HOMEPAGE = "http://www.cacaojvm.org/" -LICENSE = "GPL" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -DEPENDS = "libtool-native zlib-native virtual/javac-native classpath-native icedtea6-native" - -S = "${WORKDIR}/cacao-${PV}" - -inherit java autotools native - -EXTRA_OECONF = " \ - --with-java-runtime-library=openjdk \ - --with-java-runtime-library-classes=${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native/jre/lib/rt.jar \ - --with-jni_md_h=${STAGING_INCDIR}/classpath \ - --with-jni_h=${STAGING_INCDIR}/classpath \ - --with-hpi_md_h=${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native/include/hpi \ - --with-hpi_h=${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native/include/hpi \ - " - -do_compile() { - # Compile the header generator only (and what is needed for it). - oe_runmake -C src/toolbox libtoolbox.la - oe_runmake -C src/vmcore libvmcore.la - oe_runmake -C src/cacaoh cacaoh -} - -do_install() { - install -d ${D}${bindir}/cacaoh-${PV} - ${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool --mode=install install -m 0755 src/cacaoh/cacaoh ${D}/${bindir}/cacaoh-openjdk-${PV} -} diff --git a/recipes-core/cacao/cacaoh-openjdk-native_0.99.4.bb b/recipes-core/cacao/cacaoh-openjdk-native_0.99.4.bb deleted file mode 100644 index 2e7ff93..0000000 --- a/recipes-core/cacao/cacaoh-openjdk-native_0.99.4.bb +++ /dev/null @@ -1,7 +0,0 @@ -require cacaoh-openjdk-native.inc - -SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2" - -SRC_URI[md5sum] = "63220327925ace13756ae334c55a3baa" -SRC_URI[sha256sum] = "1dfc4903dc0172286df4f1740fd0f12749ac81d51c602290b47cbe83d51e1d56" - -- cgit v1.2.3-54-g00ecf