diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-19 23:05:26 +0200 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-20 06:33:57 +0200 |
commit | bf28bbcf60a0b3226e85d0645824534939aa57a6 (patch) | |
tree | 401b4a18f8ab9e5a50443c0f7b556c7df9cf8237 | |
parent | bf6ea600d243e79a94bdc589bb2afdba9b8c9692 (diff) |
libqtappfw: update SRCREV for new bluetooth binding support
Bug-AGL: SPEC-1630
Change-Id: Ieaeac4f33140f70e07607749df8ebc2e18edf284
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r-- | recipes-demo-hmi/libqtappfw/libqtappfw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb index dfb10b721..a972f669c 100644 --- a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb @@ -13,7 +13,7 @@ DEPENDS += "qtbase qtdeclarative qtwebsockets libvcard" inherit cmake_qt5 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "051bf8e79c99699704032b7b943459a30aae22c8" +SRCREV = "2a37b2bd4aa01ae5567921bd894aae68287a0e99" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |