From 90ebba817f549684126553da9c16e33e16b05175 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 7 Apr 2021 13:51:44 +0100 Subject: [PATCH] ohos-sanity.bbclass: Advertise meta-ohos-demo layer as deprecated Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/classes/ohos-sanity.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ohos-core/classes/ohos-sanity.bbclass b/meta-ohos-core/classes/ohos-sanity.bbclass index a25be161..0cd20a73 100644 --- a/meta-ohos-core/classes/ohos-sanity.bbclass +++ b/meta-ohos-core/classes/ohos-sanity.bbclass @@ -8,6 +8,7 @@ # <REPLACEMENT_COLLECTION> is not provided, the layer was removed without a # replacement. OHOS_DEPRECATED_COLLECTIONS = " \ + meta-ohos-demo:meta-ohos-blueprints \ " def unpack_deprecation(elem) -> 'Tuple[str, str]': -- GitLab