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-demo | |
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-demo')
-rw-r--r-- | recipes-demo/libqtappfw/libqtappfw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |