diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-01-31 12:31:57 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-01-31 12:31:57 -0500 |
commit | d4dbe586ed069c7e49161761a7649898b2b9d61b (patch) | |
tree | df88d602998c03884108f617c43deb952801b1e5 /recipes-connectivity/connman-glib/connman-glib.bb | |
parent | 844dd0e0723948d6763de9e22365e55694a5c3a7 (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/connman-glib/connman-glib.bb')
-rw-r--r-- | recipes-connectivity/connman-glib/connman-glib.bb | 15 |
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 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 |