[yocto] [meta-java][PATCH 2/3] libecj: fix build issues by adding missing dependencies

Adrian Calianu adrian.calianu at enea.com
Thu Mar 2 04:50:16 PST 2017


Signed-off-by: Adrian Calianu <adrian.calianu at enea.com>
---
 recipes-core/ecj/libecj-bootstrap.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc
index dde09c6..c86654d 100644
--- a/recipes-core/ecj/libecj-bootstrap.inc
+++ b/recipes-core/ecj/libecj-bootstrap.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.eclipse.org/"
 LICENSE = "EPL-1.0"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6"
 
-DEPENDS = "fastjar-native jikes-initial-native virtual/java-initial-native"
+DEPENDS = "classpath-initial-native fastjar-native jikes-initial-native virtual/java-initial-native"
 
 INC_PR = "r5"
 
-- 
1.9.1




More information about the yocto mailing list