diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-01-18 17:44:26 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-01-18 17:44:26 -0500 |
commit | 64171064cd3fe94df49cd6731884f42daeb26525 (patch) | |
tree | 05f90a1daea86805e6e51121059527d245a6a112 | |
parent | 800f2d4e36c1e02921d71f4021592392c4f88910 (diff) |
bluez-glib: bump SRCREV to pick up fix
Bump bluez-glib SRCREV to pick up:
0a7ac44 Avoid init delay without BT adapter present
Bug-AGL: SPEC-4216
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic8f941a310b0fcb786fc6bca5d5b010217e5e833
-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 676c06960..1f03cca7e 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 = "701f44587eabaa78dc1c180d8ca0ac8f848941d5" +SRCREV = "0a7ac44764e96898370bdd14badfb484ad9d3fc7" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly |