diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-20 20:26:31 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-21 10:55:50 +0000 |
commit | 2ad7351693b239e2b4d60eac91f29d36634c5c03 (patch) | |
tree | 70a76170ffb2ddaba2ade337db534352d02f3feb /meta-agl-core/conf/templates/base | |
parent | bb36d5831ba9897b44c9cff92fccd26a977e4b8a (diff) |
Update to meta-qt6: remove references to qt5
Update files to match the update to qt6.
Bug-AGL: SPEC-5294
Change-Id: I9db4ca648cc781378c01fe1381bb90ad1c78481c
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30531
Diffstat (limited to 'meta-agl-core/conf/templates/base')
-rw-r--r-- | meta-agl-core/conf/templates/base/bblayers.conf.sample | 4 |
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} \ " #################### |