diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2017-03-02 13:50:16 +0100 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2017-03-03 12:15:53 +0200 |
commit | 67e48693501bddb80745b9735b7b3d4d28dce9a1 (patch) | |
tree | bdc7fbf5589249e8144fd3b7f5122ca52a7f9c08 /recipes-core/ecj/libecj-bootstrap.inc | |
parent | 2ca320b5740dc0620661561cb3394ba41b375e0c (diff) | |
download | meta-java-67e48693501bddb80745b9735b7b3d4d28dce9a1.tar.gz |
libecj: fix build issues by adding missing dependencieskrogoth
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/ecj/libecj-bootstrap.inc')
-rw-r--r-- | recipes-core/ecj/libecj-bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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/" | |||
5 | LICENSE = "EPL-1.0" | 5 | LICENSE = "EPL-1.0" |
6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/EPL-1.0;md5=57f8d5e2b3e98ac6e088986c12bf94e6" |
7 | 7 | ||
8 | DEPENDS = "fastjar-native jikes-initial-native virtual/java-initial-native" | 8 | DEPENDS = "classpath-initial-native fastjar-native jikes-initial-native virtual/java-initial-native" |
9 | 9 | ||
10 | INC_PR = "r5" | 10 | INC_PR = "r5" |
11 | 11 | ||