diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-11-29 20:34:28 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-10 14:23:56 +0000 |
commit | c095cbef0a5dabedab8cc8ab0cb6dbc209eb0525 (patch) | |
tree | a18f5434807c6be65e675344d4f8d491e32301bc | |
parent | c7710ecc186df8b211373524244a05187406b490 (diff) |
Bump revision of qtaglextras
This commit includes followings
2fe96de Replace slots with Q_SLOTS
72bb964 delete application_name check in tap_shortcut event
Change-Id: I06034f6d87cb54b74a92191420417599cea77d10
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r-- | recipes-demo-hmi/qtaglextras/qtaglextras_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/qtaglextras/qtaglextras_git.bb b/recipes-demo-hmi/qtaglextras/qtaglextras_git.bb index 0534adea3..a874a9cfb 100644 --- a/recipes-demo-hmi/qtaglextras/qtaglextras_git.bb +++ b/recipes-demo-hmi/qtaglextras/qtaglextras_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "qtbase qtdeclarative qtquickcontrols2 qlibwindowmanager libhomescreen" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtaglextras;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "7c61d70c8f9630133038a8cfef7a0511b1555037" +SRCREV = "2fe96de41a540477d425403cf3a59ec6f5871521" PV = "5.8.0+git${SRCPV}" S = "${WORKDIR}/git/" |