From: Marius Vlad Date: Fri, 3 Jul 2020 14:57:08 +0000 (+0300) Subject: agl-image-graphical-qt5-crosssdk: Use -tools version of X-Git-Tag: 9.99.2~39 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7e27d798f73bbe99e5bef10ac42b5200b8c70df0;p=AGL%2Fmeta-agl.git 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 Change-Id: I9ffc2eb7ec930cc36922d1a8a0bf7835da2280e1 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24929 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- 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 "