From 2ad7351693b239e2b4d60eac91f29d36634c5c03 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 20 Nov 2024 20:26:31 +0100 Subject: 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30531 --- meta-agl-core/conf/templates/base/bblayers.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-agl-core/conf/templates/base') 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} \ " #################### -- cgit 1.2.3-korg