summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-qt5
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-07-03 17:57:08 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-07 13:30:36 +0000
commit7e27d798f73bbe99e5bef10ac42b5200b8c70df0 (patch)
treec46e334fc4218a7df9b77c7c9936f502b47af8a0 /meta-agl-profile-graphical-qt5
parent631ef512be059f1b2d534a4075786e7dd8d16869 (diff)
agl-image-graphical-qt5-crosssdk: Use -tools version of
nativesdk-qtwayland Turns out, the qtwaylandscanner is actually included with the -tools version of the nativesdk-qtwayland. Bug-AGL: SPEC-3467 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I9ffc2eb7ec930cc36922d1a8a0bf7835da2280e1 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24929 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-profile-graphical-qt5')
-rw-r--r--meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc b/meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc
index cebc10617..f43bb07d7 100644
--- a/meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc
+++ b/meta-agl-profile-graphical-qt5/recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc
@@ -11,4 +11,4 @@ TOOLCHAIN_HOST_TASK_append = " nativesdk-wayland nativesdk-wayland-dev"
TOOLCHAIN_HOST_TASK_append = " nativesdk-perl-modules "
# Add qtwaylandscanner to the SDK
-TOOLCHAIN_HOST_TASK_append = " nativesdk-qtwayland "
+TOOLCHAIN_HOST_TASK_append = " nativesdk-qtwayland-tools "