summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-03-02 13:50:15 +0100
committerMaxin B. John <maxin.john@intel.com>2017-03-03 12:15:46 +0200
commit2ca320b5740dc0620661561cb3394ba41b375e0c (patch)
tree2d56e7b1c7f6c76c555d65933b4c1a5c1c9447fb
parent92aa80f6556debb7477c507a6802321623baea4a (diff)
downloadmeta-java-2ca320b5740dc0620661561cb3394ba41b375e0c.tar.gz
classpath-native: fix build dependencies
Add missing dependencies in order to build according to latest changes done in poky where all dependencies must be installed relative to recipe WORKDIR. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r--recipes-core/classpath/classpath-native_0.99.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath-native_0.99.bb b/recipes-core/classpath/classpath-native_0.99.bb
index d49d7d7..a97cae0 100644
--- a/recipes-core/classpath/classpath-native_0.99.bb
+++ b/recipes-core/classpath/classpath-native_0.99.bb
@@ -1,7 +1,7 @@
1require classpath-native.inc 1require classpath-native.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" 3LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510"
4DEPENDS += "ecj-initial-native virtual/java-initial-native" 4DEPENDS += "classpath-initial-native ecj-initial-native virtual/java-initial-native"
5 5
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7