diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-11-16 10:42:50 +0900 |
---|---|---|
committer | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-11-16 10:47:47 +0900 |
commit | 05345ec9dbb8a0823ab3780683bf50f5972c036b (patch) | |
tree | de99046aa66061efd20d9047e5604ff8237c0ca0 | |
parent | 74b387be8d81928cace317e902c5c8efaa095d7f (diff) |
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 <i33399_YAMAGUCHI@aisin-aw.co.jp>
-rwxr-xr-x[-rw-r--r--] | recipes-platform/images/agl-demo-platform-crosssdk.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index 226e54d25..d70787405 100644..100755 --- 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 " |