From e10dffd839af6714fa7febc89492ec9026429ff8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 1 Mar 2022 15:57:54 -0500 Subject: [PATCH] libqtappfw: Add Bluetooth media control support Update the libqtappfw SRCREV to pick up: 1332cc7 Add Bluetooth media control support and bump the bluez-glib SRCREV to pick up the following addition is that a prerequisite: 045d4a1 Media control enablement and bug fixes Bug-AGL: SPEC-4231 Signed-off-by: Scott Murray Change-Id: I039be0742c7566cac8c03f80fb162bf4cc6f5355 --- recipes-connectivity/bluez-glib/bluez-glib_git.bb | 2 +- recipes-demo/libqtappfw/libqtappfw_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-connectivity/bluez-glib/bluez-glib_git.bb b/recipes-connectivity/bluez-glib/bluez-glib_git.bb index 1f03cca7e..625b65ac8 100644 --- a/recipes-connectivity/bluez-glib/bluez-glib_git.bb +++ b/recipes-connectivity/bluez-glib/bluez-glib_git.bb @@ -5,7 +5,7 @@ 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 = "0a7ac44764e96898370bdd14badfb484ad9d3fc7" +SRCREV = "045d4a1ffc823665b068be96b5d8532e68838e18" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index 1a50ba0fe..11e85ec08 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -16,7 +16,7 @@ DEPENDS = " \ " SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "0de8ac83e6a190d5fc124587d1f9f0a7f0198ce3" +SRCREV = "1332cc7d0a618ee88b4d19813340665332d406ca" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly -- 2.16.6