agl-service: hvac: add HVAC service recipe 11/16811/3
authorMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 27 Sep 2018 04:06:39 +0000 (07:06 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 28 Sep 2018 13:21:09 +0000 (13:21 +0000)
Bug-AGL: SPEC-1757
Change-Id: I4a47f10747eb7221b828957ca4f511bc4a541c2f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb [new file with mode: 0644]

diff --git a/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb
new file mode 100644 (file)
index 0000000..9ee0795
--- /dev/null
@@ -0,0 +1,18 @@
+SUMMARY     = "HVAC Service Binding"
+DESCRIPTION = "AGL HVAC Service Binding"
+HOMEPAGE    = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-hvac"
+SECTION     = "apps"
+
+LICENSE     = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-hvac;protocol=https;branch=${AGL_BRANCH}"
+SRCREV  = "${AGL_APP_REVISION}"
+
+PV = "1.0+git${SRCPV}"
+S  = "${WORKDIR}/git"
+
+DEPENDS = "json-c"
+RDEPENDS_${PN} += "agl-service-identity-agent"
+
+inherit cmake aglwgt pkgconfig