summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-02-28 02:08:33 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-02-28 17:42:15 +0000
commit0385333fcc357071311029eeff219ca224922bbb (patch)
treeb8b897d65237127b1c307516ea9f31aa09a6f85a /conf
parentac82d590e88705ba36f2eabaeacc708dc8801e81 (diff)
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 <denys@konsulko.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index fa43bcc6..1eabd65c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,5 +16,4 @@ BBFILES_DYNAMIC += " \
LAYERSERIES_COMPAT_agldemo = "kirkstone"
-LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer"
-
+LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer meta-flutter"