diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-18 21:01:26 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-29 14:29:37 +0000 |
commit | a9dd7c22806f6628f7510cdd4196d612310e6590 (patch) | |
tree | 90fe5d5583c3e8235f4c25c42e9acbff127c6eb1 /recipes-demo/radio/radio_git.bb | |
parent | 8a65604cd6707fcb6a669b5d825b9a5d91161e4c (diff) |
Update radio support in demo applicationoctopus_14.94.0octopus/14.94.014.94.0
Update libqtappfw SRCREV to pick up:
9a7e2c5 Rework radio support for new gRPC API
888eca5 vehicle-signals: Increase double value precision
and radio SRCREV to pick up:
aef392d Update radio wrapper name
Bug-AGL: SPEC-4665, SPEC-4662
Change-Id: I8478ec61d35b9ef0d45a6dff2bc9e7a3e7f8fe1b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo/radio/radio_git.bb')
-rw-r--r-- | recipes-demo/radio/radio_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/radio/radio_git.bb b/recipes-demo/radio/radio_git.bb index 55442cb44..c9d8ed7af 100644 --- a/recipes-demo/radio/radio_git.bb +++ b/recipes-demo/radio/radio_git.bb @@ -15,7 +15,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/radio;protocol=https;bra file://presets-CES.conf \ file://presets-FOSDEM.conf \ " -SRCREV = "1e6de65b06429d7250b72cdc4b887d60349c920b" +SRCREV = "aef392d9df8bb5e4ada4b3f8f44016e8a839d154" S = "${WORKDIR}/git" |