From: Denys Dmytriyenko Date: Tue, 28 Feb 2023 02:08:33 +0000 (+0000) Subject: conf/layer.conf: explicitly depend on meta-flutter layer X-Git-Tag: 15.0.1~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a5761cdc808504108657f82e166aab80e1cdd4b9;p=AGL%2Fmeta-agl-demo.git conf/layer.conf: explicitly depend on meta-flutter layer As meta-agl-demo contains multiple recipes for flutter apps that inherit flutter-app.bbclass, as well as packagegroups and images, that do not check for "agl-flutter" condition in AGL_FEATURES. Hence mark the layer as explicitly depending on meta-flutter. Bug-AGL: SPEC-4716 Change-Id: I4d64ae47ab437d7f191ba5689b569fab8c7d3724 Signed-off-by: Denys Dmytriyenko (cherry picked from commit 0385333fcc357071311029eeff219ca224922bbb) --- diff --git a/conf/layer.conf b/conf/layer.conf index b294db474..32c6b28bb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,5 +11,4 @@ BBFILE_PRIORITY_agldemo = "70" LAYERSERIES_COMPAT_agldemo = "kirkstone" -LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer" - +LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer meta-flutter"