From d4dbe586ed069c7e49161761a7649898b2b9d61b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 31 Jan 2022 12:31:57 -0500 Subject: [PATCH] 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 Change-Id: Id5cd5d2a4175e951f69589662eeecea5a0ced6a3 --- recipes-connectivity/connman-glib/connman-glib.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-connectivity/connman-glib/connman-glib.bb diff --git a/recipes-connectivity/connman-glib/connman-glib.bb b/recipes-connectivity/connman-glib/connman-glib.bb new file mode 100644 index 000000000..76cbacdf1 --- /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 -- 2.16.6