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-demo-hmi/libnaviapi-agl | |
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-demo-hmi/libnaviapi-agl')
-rwxr-xr-x | recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb b/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb new file mode 100755 index 000000000..af528ff66 --- /dev/null +++ b/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb @@ -0,0 +1,16 @@ +SUMMARY = "AGL Navigation API Library" +DESCRIPTION = "AGL Navigation API ver 0.1.0 library for C++" +HOMEPAGE = "https://github.com/AGLExport/agl-service-navigation" +LICENSE = "Apache-2.0" +SECTION = "libs" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +DEPENDS = "af-binder json-c libdbus-c++ af-main-native" + +inherit cmake + +SRC_URI = "git://github.com/AGLExport/agl-service-navigation;protocol=git;branch=master" +SRCREV = "1f1ffc92fcc882aa5e885badbc91a3384f5d77b1" +S = "${WORKDIR}/git" + |