From: Naoto Yamaguchi Date: Thu, 16 Nov 2017 01:42:50 +0000 (+0900) Subject: Fix to navigation can not build in crosssdk X-Git-Tag: 4.99.3~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F11995%2F1;p=AGL%2Fmeta-agl-demo.git Fix to navigation can not build in crosssdk Navigation can not build in crosssdk. This problem due to the fact that the perl module was not installed. This patch adds nativesdk-perl-modules to crosssdk. Bug-AGL:SPEC-1095 Change-Id: I8c535adf48653988eee3f033791920aa340fbcdc Signed-off-by: Naoto Yamaguchi --- diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb old mode 100644 new mode 100755 index 226e54d25..d70787405 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -49,3 +49,5 @@ TOOLCHAIN_TARGET_TASK += " \ # 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-perl-modules "