summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-01-31 12:31:57 -0500
committerScott Murray <scott.murray@konsulko.com>2022-01-31 12:31:57 -0500
commitd4dbe586ed069c7e49161761a7649898b2b9d61b (patch)
treedf88d602998c03884108f617c43deb952801b1e5 /recipes-connectivity
parent844dd0e0723948d6763de9e22365e55694a5c3a7 (diff)
connman-glib: add recipe
Add recipe for connman-glib library that has been refactored out of the agl-service-network binding from the old app framework. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Id5cd5d2a4175e951f69589662eeecea5a0ced6a3
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/connman-glib/connman-glib.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-connectivity/connman-glib/connman-glib.bb b/recipes-connectivity/connman-glib/connman-glib.bb
new file mode 100644
index 00000000..76cbacdf
--- /dev/null
+++ b/recipes-connectivity/connman-glib/connman-glib.bb
@@ -0,0 +1,15 @@
+SUMMARY = "GLib Connman interface library"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+DEPENDS = "systemd glib-2.0"
+
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/connman-glib;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "5d094ec17f0f60489efe9df6c113be62f80b4c2a"
+
+S = "${WORKDIR}/git"
+
+# PV needs to be modified with SRCPV to work AUTOREV correctly
+PV = "1.0+git${SRCPV}"
+
+inherit meson pkgconfig