From 32b9fd5cece1d78ed0556d0a3428eca337d64a17 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 24 Jul 2018 15:14:26 +0000 Subject: 4a: pin all revisions for repos in src/ The rule is to have apps/* repositories to use AGL_APP_REVISION (tested in CI as apps builds in SDK) and to have src/* use pinned revisions (tested in CI as image builds). This commit fixes the recipes in 4a layer that were not following the rule. Bug-AGL: SPEC-1600 Change-Id: I81dd77a653a23adf45bdb0c6d969a3ad9ab849a9 Signed-off-by: Stephane Desneux --- .../meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb') diff --git a/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb b/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb index c784ea6e..93fd1b70 100644 --- a/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb +++ b/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/mixer;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "3c8498d95c3f89def2eb49b668fa70cd12faace7" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" @@ -22,4 +22,4 @@ DEPENDS += "qtquickcontrols2 \ RPROVIDES_${PN} += "virtual/mixer" -inherit cmake_qt5 aglwgt \ No newline at end of file +inherit cmake_qt5 aglwgt -- cgit 1.2.3-korg