diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-03-05 21:32:11 +0200 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-03-05 21:32:11 +0200 |
commit | c23ecd85387c870aa3f62931a2e01c04cd0005dd (patch) | |
tree | da94fcf77c3a5136500cc708554b4b84fbc1126b | |
parent | 82744513c902f09a7e58695fa013a51aa9713784 (diff) |
qtquickcontrols2: update SRCREVhalibut
* symbols: qml: add missing special character
Bug-AGL: SPEC-3001
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Change-Id: Iea8214d7877320647ea9e4c6d27ec15b99df9077
-rw-r--r-- | recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb index b322664fd..9eb114626 100644 --- a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb +++ b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb @@ -8,7 +8,7 @@ DEPENDS = "qtquickcontrols2" PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "1261ac1f1f1f2e4d659159f4ce51322f1d585128" +SRCREV = "2c3b12564a2e14ba6fcd0cc783a297b7a01bcf93" S = "${WORKDIR}/git/" |