summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-apis
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-07-10 09:52:47 -0400
committerMatt Porter <mporter@konsulko.com>2018-07-10 09:52:47 -0400
commit493711eb29c45a821e2c42683018e2acc6dc6750 (patch)
tree14566c52751e919a9e7b24da3b14a848dccc9d29 /meta-agl-profile-core/recipes-apis
parent51ce822deaab1e6c65f7c0b83da85c8eb8dbc272 (diff)
Add network binding recipe
Add the network binding recipe to the core profile. Bug-AGL: SPEC-1540 Change-Id: I0fd169951e11eebd4448d7519f2cac9e016ed044 Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-apis')
-rw-r--r--meta-agl-profile-core/recipes-apis/agl-service-network/agl-service-network_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-network/agl-service-network_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-network/agl-service-network_git.bb
new file mode 100644
index 000000000..8d66edf01
--- /dev/null
+++ b/meta-agl-profile-core/recipes-apis/agl-service-network/agl-service-network_git.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Network Service Binding"
+DESCRIPTION = "AGL Network Service Binding"
+HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-network"
+SECTION = "apps"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-network;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "${AGL_APP_REVISION}"
+
+PV = "1.0+git${SRCPV}"
+S = "${WORKDIR}/git"
+
+DEPENDS = "glib-2.0 json-c"
+
+inherit cmake aglwgt pkgconfig