diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-20 15:34:19 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-20 22:10:48 +0000 |
commit | 6896fb855fd43ed3323adfc40a7ace7e69f85816 (patch) | |
tree | 9344cfde9ae32bc53f553463082079fec5c0b422 | |
parent | 07e68c5627c455c063da82bc2060f212a9d22246 (diff) |
4a-mixer: bump to laster version
This introduces the changes:
* d32d36b Reworked the way qml create sliders
* f8da591 Fix indent using tab instead of spaces
* 1b8ad36 Handle the volume_changed event
* 09f1cb7 Fix json format changed since v3
* 1406acd Modify graphic role
* dc32441 Merge "delete application_name check in tap_shortcut event"
|\
| * f2d1e14 delete application_name check in tap_shortcut event
* 23736fb Migrate app-templates to CMake module
Change-Id: I4238178d06cf7657d8bdfabd5cad56e4fd8082ce
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 fc424b3d..64618b1f 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 = "04990a8e75aeaba041d8bf92ae62fddbf8d0e362" +SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |