conf/layer.conf: explicitly depend on meta-flutter layer 36/28536/2
authorDenys Dmytriyenko <denys@konsulko.com>
Tue, 28 Feb 2023 02:08:33 +0000 (02:08 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 28 Feb 2023 17:42:15 +0000 (17:42 +0000)
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>
conf/layer.conf

index fa43bcc..1eabd65 100644 (file)
@@ -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"