diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-05-05 20:04:28 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-05-05 20:04:28 +0200 |
commit | 4c1450800aadb7dcd26819fcc14586bd572abc56 (patch) | |
tree | 72002a441dbb611780d16c8a882f51008a60d8f9 /recipes-test/pyagl/pyagl_git.bb | |
parent | f72b346589659e2936c4fa959816e4347dcf849e (diff) |
Update pyagl SRCREV to add audiomixer update
This adds:
Update audiomixer binding default control
Bug-AGL: SPEC-3907
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I2deb21b40e279634818b3241230d28971b53ddc2
Diffstat (limited to 'recipes-test/pyagl/pyagl_git.bb')
-rw-r--r-- | recipes-test/pyagl/pyagl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/pyagl/pyagl_git.bb b/recipes-test/pyagl/pyagl_git.bb index 07b91c678..a2dc273fb 100644 --- a/recipes-test/pyagl/pyagl_git.bb +++ b/recipes-test/pyagl/pyagl_git.bb @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/pyagl;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "5a7414cbc1b371f4b83f94eaaf7501765b6bec26" +SRCREV = "137a32d3b0068e2141ed9aab23d8a8956c0cb094" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |