diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-05 12:58:03 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-05 12:58:03 +0100 |
commit | 583e5b6253dcca995d787b4e386bed558d7f6601 (patch) | |
tree | 0797810e75d02e13b82583152d0d04816df59f7a /meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb | |
parent | ab08d907b031db2785b561d7bff70f21eb899178 (diff) |
Allow SRCREV handling through poky-agl.confeel_4.99.2eel/4.99.24.99.2
This change simplifies the SRCREV handling by using
- AGL_APP_REVISION and AGL_DEFAULT_REVISION
in recipes.
Also the AGL_BRANCH can be used to switch to release branches.
Change-Id: Ia9e50ac6ffa8a46c1fa536c96adf740821db22af
Bug-AGL: SPEC-864
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb')
-rw-r--r-- | meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb index a6927d08..c29956ae 100644 --- a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb +++ b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb @@ -18,7 +18,7 @@ DEPENDS = "\ inherit qmake5 systemd pkgconfig aglwgt -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/homescreen-2017;protocol=https;branch=master" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/homescreen-2017;protocol=https;branch=${AGL_BRANCH}" SRCREV = "4940d001f08bec6fd68293efcbd6673a9ffce65e" S = "${WORKDIR}/git/" |