diff options
Diffstat (limited to 'recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc')
-rw-r--r-- | recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc b/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc index f43bb07d7..760cbac05 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 " |