From 275a2454c777a5306f02cda81b63a3a8e45b8d6e Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 3 Sep 2018 11:25:13 +0900 Subject: 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 --- .../agl-service-homescreen/agl-service-homescreen_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-demo-hmi/agl-service-homescreen/agl-service-homescreen_git.bb (limited to 'recipes-demo-hmi/agl-service-homescreen') 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 00000000..d2481fe8 --- /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" -- cgit 1.2.3-korg