summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/conf/templates
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-core/conf/templates')
-rw-r--r--meta-agl-core/conf/templates/base/bblayers.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-core/conf/templates/base/bblayers.conf.sample b/meta-agl-core/conf/templates/base/bblayers.conf.sample
index c6a37a0b0..228c7dbda 100644
--- a/meta-agl-core/conf/templates/base/bblayers.conf.sample
+++ b/meta-agl-core/conf/templates/base/bblayers.conf.sample
@@ -42,7 +42,7 @@ AGL_META_FILESYSTEMS ?= ""
AGL_META_MULTIMEDIA ?= ""
AGL_META_VIRTUALIZATION ?= ""
AGL_META_CLANG ?= ""
-AGL_META_QT5 ?= ""
+AGL_META_QT6 ?= ""
AGL_OTHER_DEPENDENCY_LAYERS = " \
${AGL_META_NETWORKING} \
@@ -51,7 +51,7 @@ AGL_OTHER_DEPENDENCY_LAYERS = " \
${AGL_META_MULTIMEDIA} \
${AGL_META_VIRTUALIZATION} \
${AGL_META_CLANG} \
- ${AGL_META_QT5} \
+ ${AGL_META_QT6} \
"
####################