diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-03-01 21:57:42 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-03-01 21:57:42 +0100 |
commit | c90442555b07b14807b2bc4ec4bed741c5b5bfb9 (patch) | |
tree | a287fbc29c1a83b5d31d6d73ef4ad32af7bfe54b | |
parent | 3e5427c5fe2c6f5cf28c828d9d3bc9e9f5633f22 (diff) | |
download | meta-java-c90442555b07b14807b2bc4ec4bed741c5b5bfb9.tar.gz |
cacaoh-openjdk-native: removed, not needed anymore
-rw-r--r-- | recipes-core/cacao/cacaoh-openjdk-native.inc | 31 | ||||
-rw-r--r-- | recipes-core/cacao/cacaoh-openjdk-native_0.99.4.bb | 7 |
2 files changed, 0 insertions, 38 deletions
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 @@ | |||
1 | DESCRIPTION = "Header generator for Cacao JVM - Needed for cross-compilation builds" | ||
2 | HOMEPAGE = "http://www.cacaojvm.org/" | ||
3 | LICENSE = "GPL" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
5 | |||
6 | DEPENDS = "libtool-native zlib-native virtual/javac-native classpath-native icedtea6-native" | ||
7 | |||
8 | S = "${WORKDIR}/cacao-${PV}" | ||
9 | |||
10 | inherit java autotools native | ||
11 | |||
12 | EXTRA_OECONF = " \ | ||
13 | --with-java-runtime-library=openjdk \ | ||
14 | --with-java-runtime-library-classes=${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native/jre/lib/rt.jar \ | ||
15 | --with-jni_md_h=${STAGING_INCDIR}/classpath \ | ||
16 | --with-jni_h=${STAGING_INCDIR}/classpath \ | ||
17 | --with-hpi_md_h=${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native/include/hpi \ | ||
18 | --with-hpi_h=${STAGING_LIBDIR_JVM_NATIVE}/icedtea6-native/include/hpi \ | ||
19 | " | ||
20 | |||
21 | do_compile() { | ||
22 | # Compile the header generator only (and what is needed for it). | ||
23 | oe_runmake -C src/toolbox libtoolbox.la | ||
24 | oe_runmake -C src/vmcore libvmcore.la | ||
25 | oe_runmake -C src/cacaoh cacaoh | ||
26 | } | ||
27 | |||
28 | do_install() { | ||
29 | install -d ${D}${bindir}/cacaoh-${PV} | ||
30 | ${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool --mode=install install -m 0755 src/cacaoh/cacaoh ${D}/${bindir}/cacaoh-openjdk-${PV} | ||
31 | } | ||
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 @@ | |||
1 | require cacaoh-openjdk-native.inc | ||
2 | |||
3 | SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2" | ||
4 | |||
5 | SRC_URI[md5sum] = "63220327925ace13756ae334c55a3baa" | ||
6 | SRC_URI[sha256sum] = "1dfc4903dc0172286df4f1740fd0f12749ac81d51c602290b47cbe83d51e1d56" | ||
7 | |||