diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-09-03 11:25:13 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-09-06 16:58:16 +0000 |
commit | 275a2454c777a5306f02cda81b63a3a8e45b8d6e (patch) | |
tree | 479580652ce2f903cf66491c2a8fb63fb3f21a93 /recipes-demo-hmi/agl-service-homescreen | |
parent | 23b0584cebc0f17dfa3c305cfbd5afff78b082f9 (diff) |
Add agl-service-homescreen recipes without -2017
Add a new recipes named agl-service-homescreen without -2017.
Change-Id: Icdba5fa25838ab63506850b1a6641b1dfb269700
BUG-AGL: SPEC-1550
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'recipes-demo-hmi/agl-service-homescreen')
-rw-r--r-- | recipes-demo-hmi/agl-service-homescreen/agl-service-homescreen_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-demo-hmi/agl-service-homescreen/agl-service-homescreen_git.bb b/recipes-demo-hmi/agl-service-homescreen/agl-service-homescreen_git.bb new file mode 100644 index 000000000..d2481fe81 --- /dev/null +++ b/recipes-demo-hmi/agl-service-homescreen/agl-service-homescreen_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "Homescreen binding and client library for application" +DESCRIPTION = "agl-service-homescreen is the binding library" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-homescreen" +SECTION = "HMI" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" + +DEPENDS = "dbus glib-2.0 af-binder json-c" + +inherit cmake aglwgt + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-homescreen;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "67962d9837ea37b10c2cf906cbde575cce18ab4b" +S = "${WORKDIR}/git" |