From 4249268041b879b3d2bae338d5de88f4f2d54b26 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 20 Aug 2021 13:58:45 -0400 Subject: Convert to new override syntax This is the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray Change-Id: I6eeadd2c985c008b04f8f9815bf0f6fb064bedac --- recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc') diff --git a/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc b/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc index f43bb07d..760cbac0 100644 --- a/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc +++ b/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc @@ -6,9 +6,9 @@ TOOLCHAIN_TARGET_TASK += "libafb-helpers-qt-staticdev" # Use TOOLCHAIN_HOST_TASK instead of adding to the packagegroup # wayland-scanner is in nativesdk-wayland-dev ! # option: add also nativesdk-qtwayland-tools -TOOLCHAIN_HOST_TASK_append = " nativesdk-wayland nativesdk-wayland-dev" +TOOLCHAIN_HOST_TASK:append = " nativesdk-wayland nativesdk-wayland-dev" -TOOLCHAIN_HOST_TASK_append = " nativesdk-perl-modules " +TOOLCHAIN_HOST_TASK:append = " nativesdk-perl-modules " # Add qtwaylandscanner to the SDK -TOOLCHAIN_HOST_TASK_append = " nativesdk-qtwayland-tools " +TOOLCHAIN_HOST_TASK:append = " nativesdk-qtwayland-tools " -- cgit 1.2.3-korg