From 7366b9aadd70705ead5f7a1cbea8f57e6d02f5cb Mon Sep 17 00:00:00 2001 From: Zbigniew Bodek <zbigniew.bodek@huawei.com> Date: Mon, 4 Jan 2021 17:20:34 +0000 Subject: [PATCH] Remove outdated layer dependencies ohos-thirdparty and ohos-common are now a part of the current layer so this leftover will break the build. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com> --- meta-ohos-foundation/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ohos-foundation/conf/layer.conf b/meta-ohos-foundation/conf/layer.conf index 8175b7b2..374fcc72 100644 --- a/meta-ohos-foundation/conf/layer.conf +++ b/meta-ohos-foundation/conf/layer.conf @@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "ohos-foundation" BBFILE_PATTERN_ohos-foundation = "^${LAYERDIR}/" BBFILE_PRIORITY_ohos-foundation = "6" -LAYERDEPENDS_ohos-foundation = "core ohos-thirdparty ohos-common" +LAYERDEPENDS_ohos-foundation = "core" LAYERSERIES_COMPAT_ohos-foundation = "gatesgarth" -- GitLab