From c8606edaae36528c9e6dc3f3f51a3c8814e2c7f8 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Thu, 2 Mar 2017 13:50:17 +0100 Subject: jamvm: add missing dependencies Fix build issues according to latest poky changes where all dependencies must be installed into recipe work folder. Signed-off-by: Adrian Calianu Signed-off-by: Maxin B. John --- recipes-core/jamvm/jamvm.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc index 880b1e7..cad91a2 100644 --- a/recipes-core/jamvm/jamvm.inc +++ b/recipes-core/jamvm/jamvm.inc @@ -4,7 +4,7 @@ LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" DEPENDS = "zlib classpath virtual/javac-native libffi virtual/java-initial-native" -DEPENDS_virtclass-native = "zlib-native classpath-native ecj-initial-native libffi-native" +DEPENDS_virtclass-native = "virtual/java-initial-native classpath-initial-native zlib-native classpath-native ecj-initial-native libffi-native" RDEPENDS_${PN} = "classpath" RDEPENDS_${PN}_virtclass-native = "" @@ -16,7 +16,7 @@ RPROVIDES_${PN}_virtclass-native = "" BBCLASSEXTEND = "native" -inherit java autotools update-alternatives pkgconfig +inherit java autotools update-alternatives pkgconfig relative_symlinks # This uses 32 bit arm, so force the instruction set to arm, not thumb ARM_INSTRUCTION_SET = "arm" -- cgit v1.2.3-54-g00ecf