From 583e5b6253dcca995d787b4e386bed558d7f6601 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sun, 5 Nov 2017 12:58:03 +0100 Subject: Allow SRCREV handling through poky-agl.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../recipes-multimedia/libsoundmanager/libsoundmanager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-hmi-framework/recipes-multimedia/libsoundmanager') 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" -- cgit 1.2.3-korg