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-multimedia | |
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-multimedia')
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-hmi-framework/recipes-multimedia/agl-service-soundmanager-2017/agl-service-soundmanager-2017_git.bb b/meta-hmi-framework/recipes-multimedia/agl-service-soundmanager-2017/agl-service-soundmanager-2017_git.bb index 13cd800c..9f9e5643 100644 --- a/meta-hmi-framework/recipes-multimedia/agl-service-soundmanager-2017/agl-service-soundmanager-2017_git.bb +++ b/meta-hmi-framework/recipes-multimedia/agl-service-soundmanager-2017/agl-service-soundmanager-2017_git.bb @@ -14,6 +14,6 @@ RDEPENDS_${PN} = "audiomanager audiomanager-plugins" inherit cmake aglwgt -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-soundmanager-2017;protocol=https;branch=master" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-soundmanager-2017;protocol=https;branch=${AGL_BRANCH}" SRCREV = "71e9700fe906fff4f111bc70d025912ee5dd095a" S = "${WORKDIR}/git" diff --git a/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb b/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb index 5bf325a3..e6943701 100644 --- a/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb +++ b/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb @@ -10,6 +10,6 @@ RDEPENDS_${PN} = "agl-service-soundmanager-2017" inherit cmake -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libsoundmanager.git;protocol=https;branch=master" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libsoundmanager.git;protocol=https;branch=${AGL_BRANCH}" SRCREV = "cda4a958e85d397bae142fbe6068a3e17d4aa935" S = "${WORKDIR}/git" |