diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-17 11:58:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-08-17 11:58:34 +0000 |
commit | ce60a017947b11ef5827ee6fae05fc621e5c4c49 (patch) | |
tree | bcf1b53cc6caca164de11daa36ed3723b76041fd /meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb | |
parent | 3c6a8e4b7b0900d9eb55f27dd490c55a812b2b3c (diff) | |
parent | e3112d37182a3f2940d28a59d7dac309fa14b58c (diff) |
Merge "Use appid between homescreen-service and apps"
Diffstat (limited to 'meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb')
-rw-r--r-- | meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb b/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb index bf736f9f..e7c399a5 100644 --- a/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb +++ b/meta-hmi-framework/recipes-demo-hmi/qlibhomescreen/qlibhomescreen_git.bb @@ -9,5 +9,5 @@ RDEPENDS_${PN} = "libhomescreen-2017" inherit qmake5 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qlibhomescreen.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "313cd53946a456163108c4f6f1582e442ebc4022" +SRCREV = "59f49ec2538f22fbf752330f78413e445a3dc504" S = "${WORKDIR}/git" |