connman-glib: add recipe 22/27122/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 31 Jan 2022 17:31:57 +0000 (12:31 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 31 Jan 2022 17:31:57 +0000 (12:31 -0500)
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

recipes-connectivity/connman-glib/connman-glib.bb [new file with mode: 0644]

diff --git a/recipes-connectivity/connman-glib/connman-glib.bb b/recipes-connectivity/connman-glib/connman-glib.bb
new file mode 100644 (file)
index 0000000..76cbacd
--- /dev/null
@@ -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