diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-12-14 19:00:43 +0900 |
---|---|---|
committer | Naoto YAMAGUCHI <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-12-18 03:37:59 +0000 |
commit | 41e3d979d8f00292ab3f3d0ab80cdbee9597d1c8 (patch) | |
tree | 85be56907daf06f9ab67e89ee9b71c18689a603f /recipes-platform | |
parent | e642c4d05f7b8cd6b4c3ca166dd6cfd894208693 (diff) |
Enable the AGL Navigation API library for C++
Add AGL Navigation API library to rootfs and SDK.
This change is necessary change for CES 2018 version POI App to commit in the future.
Change-Id: I08996778dd858ee2d3c91e47defa1d6846c28bf9
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-platform')
-rwxr-xr-x | recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index 68270ff2e..6d0157ffa 100755 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -57,6 +57,11 @@ AGL_APPS = " \ low-can-demo \ " +AGL_APIS = " \ + libnaviapi-agl \ + " + + RDEPENDS_${PN}_append = " \ qtquickcontrols2-agl \ qtquickcontrols2-agl-style \ @@ -64,6 +69,7 @@ RDEPENDS_${PN}_append = " \ ${MAPVIEWER} \ ${MOST_HVAC} \ ${AGL_APPS} \ + ${AGL_APIS} \ " |