From 67e48693501bddb80745b9735b7b3d4d28dce9a1 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Thu, 2 Mar 2017 13:50:16 +0100 Subject: libecj: fix build issues by adding missing dependencies Signed-off-by: Adrian Calianu Signed-off-by: Maxin B. John --- 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" -- cgit v1.2.3-54-g00ecf