From: Scott Murray Date: Mon, 31 Jan 2022 17:31:57 +0000 (-0500) Subject: connman-glib: add recipe X-Git-Tag: 12.92.0~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d4dbe586ed069c7e49161761a7649898b2b9d61b;p=AGL%2Fmeta-agl-demo.git 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 --- 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