From 631ef512be059f1b2d534a4075786e7dd8d16869 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 30 Jun 2020 17:45:46 +0200 Subject: Add qtwaylandscanner to the SDK This is required by qt apps in recent master (e.g. launcher). Add it to the SDK. Bug-AGL: SPEC-3467 Signed-off-by: Jan-Simon Moeller Change-Id: I165428d25fd9b46d2d0425e0caf8b07752178c8f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24908 Reviewed-by: Scott Murray Reviewed-by: Marius Vlad Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- .../recipes-platform/images/agl-image-graphical-qt5-crosssdk.inc | 3 +++ 1 file changed, 3 insertions(+) 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 56fd4b154..cebc10617 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 @@ -9,3 +9,6 @@ TOOLCHAIN_TARGET_TASK += "libafb-helpers-qt-staticdev" 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 " -- cgit 1.2.3-korg