summaryrefslogtreecommitdiffstats
path: root/recipes-platform
diff options
context:
space:
mode:
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>2017-12-14 19:00:43 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-18 19:52:11 +0000
commit034113162aadc8490c376feb060053a8a4099520 (patch)
tree328abafd8abb9d8ad87696eda2cdf6ee347ee762 /recipes-platform
parent2e7d61c3405f6407ac1c4bde6ff1ebd972974749 (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-xrecipes-platform/packagegroups/packagegroup-agl-demo-platform.bb6
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 68270ff2..6d0157ff 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} \
"