From e3e399730736deb17b4fa36f2fedda39cf510243 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 21 Dec 2021 10:00:54 -0500 Subject: Add updated demo applications back Add updated recipes for the dashboard, hvac, ondemandnavi, and settings Qt demo applications, as well as for the libqtappfw library they use and its new dependency bluez-glib. The applications are added back to the packagegroup-agl-demo-platform as they were before. Also remove a couple of leftover things in the packagegroup recipe to clean up. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray Change-Id: I0ea36c809d9126284c597cd79eded8ab031205da --- recipes-connectivity/bluez-glib/bluez-glib_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-connectivity/bluez-glib/bluez-glib_git.bb (limited to 'recipes-connectivity') diff --git a/recipes-connectivity/bluez-glib/bluez-glib_git.bb b/recipes-connectivity/bluez-glib/bluez-glib_git.bb new file mode 100644 index 00000000..0a3d5f1e --- /dev/null +++ b/recipes-connectivity/bluez-glib/bluez-glib_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "GLib BlueZ 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/bluez-glib;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "701f44587eabaa78dc1c180d8ca0ac8f848941d5" +S = "${WORKDIR}/git/" + +# PV needs to be modified with SRCPV to work AUTOREV correctly +PV = "1.0+git${SRCPV}" + +inherit meson -- cgit 1.2.3-korg