Skip to content
Snippets Groups Projects
Commit c9b7344b authored by Esben Haabendal's avatar Esben Haabendal
Browse files

layer.conf: Add meta-java dependency


We cannot even parse the recipes without meta-java, as we use java.bbclass.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent a80459f0
No related branches found
No related tags found
1 merge request!36Prepare for integration into meta-oniro-core
...@@ -18,5 +18,6 @@ LAYERDEPENDS_meta-openharmony += "openembedded-layer" ...@@ -18,5 +18,6 @@ LAYERDEPENDS_meta-openharmony += "openembedded-layer"
LAYERDEPENDS_meta-openharmony += "oniro-staging" LAYERDEPENDS_meta-openharmony += "oniro-staging"
LAYERDEPENDS_meta-openharmony += "meta-python" LAYERDEPENDS_meta-openharmony += "meta-python"
LAYERDEPENDS_meta-openharmony += "clang-layer" LAYERDEPENDS_meta-openharmony += "clang-layer"
LAYERDEPENDS_meta-openharmony += "meta-java"
LAYERSERIES_COMPAT_meta-openharmony = "kirkstone" LAYERSERIES_COMPAT_meta-openharmony = "kirkstone"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment