diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-03-01 15:57:54 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-01 21:04:17 +0000 |
commit | e10dffd839af6714fa7febc89492ec9026429ff8 (patch) | |
tree | c1ff6c5dd4b97c97ad7bb9b0f66b73c32d9920ef /recipes-connectivity/bluez-glib | |
parent | f5a13742a9f924b6b4fd4292d39aa06769d600ab (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I039be0742c7566cac8c03f80fb162bf4cc6f5355
Diffstat (limited to 'recipes-connectivity/bluez-glib')
-rw-r--r-- | recipes-connectivity/bluez-glib/bluez-glib_git.bb | 2 |
1 files changed, 1 insertions, 1 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 |