[oe-commits] org.oe.dev Added jamvm-native as a provider for virtual/java-native. Use this if

thebohemian commit oe at amethyst.openembedded.net
Sun Jul 13 22:49:33 UTC 2008


Added jamvm-native as a provider for virtual/java-native. Use this if 
you have trouble with cacao-native (which is somehow miscompiled with 
Debian's GCC 4.3.1).

jamvm-native 1.5.1: New recipe.

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: e18af4d755eda94a616f2432dc00497cb7f3e744
ViewMTN: http://monotone.openembedded.org/revision/info/e18af4d755eda94a616f2432dc00497cb7f3e744
Files:
1
packages/jamvm/jamvm-native.inc
packages/jamvm/jamvm-native_1.5.1.bb
Diffs:

#
# mt diff -rde2aacb816ea08a2999df47d6782241bf07100dd -re18af4d755eda94a616f2432dc00497cb7f3e744
#
#
#
# add_file "packages/jamvm/jamvm-native.inc"
#  content [6860472b71586e2ce8530c2f408cdc435b89d12e]
# 
# add_file "packages/jamvm/jamvm-native_1.5.1.bb"
#  content [c3027d0494f5e3f40644beea7b8baa8e0cc90b39]
#
============================================================
--- packages/jamvm/jamvm-native.inc	6860472b71586e2ce8530c2f408cdc435b89d12e
+++ packages/jamvm/jamvm-native.inc	6860472b71586e2ce8530c2f408cdc435b89d12e
@@ -0,0 +1,18 @@
+require jamvm.inc 
+
+DEPENDS = "zlib-native classpath-native virtual/javac-native"
+
+PROVIDES_jamvm = "virtual/java-native"
+
+RPROVIDES_jamvm = ""
+
+# This uses 32 bit arm, so force the instruction set to arm, not thumb
+ARM_INSTRUCTION_SET = "arm"
+
+inherit native
+
+S = "${WORKDIR}/jamvm-${PV}"
+
+do_install_append() {
+  ln -sf jamvm ${STAGING_BINDIR}/java
+}
============================================================
--- packages/jamvm/jamvm-native_1.5.1.bb	c3027d0494f5e3f40644beea7b8baa8e0cc90b39
+++ packages/jamvm/jamvm-native_1.5.1.bb	c3027d0494f5e3f40644beea7b8baa8e0cc90b39
@@ -0,0 +1,4 @@
+require jamvm-native.inc
+
+PR = "r0"
+






More information about the Openembedded-commits mailing list