From 3c4657edcf2591936ad05b42b9bf372347db27b8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 7 Dec 2022 19:03:22 +0900 Subject: radio: Update display name Set AGL_APP_NAME for the radio application. Bug-AGL: SPEC-4638 Change-Id: I05f5e30f79d53fb9faa913d06801bfd5ec05bf85 Signed-off-by: Scott Murray --- recipes-demo/radio/radio_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-demo') diff --git a/recipes-demo/radio/radio_git.bb b/recipes-demo/radio/radio_git.bb index 22b22010..c4737ad1 100644 --- a/recipes-demo/radio/radio_git.bb +++ b/recipes-demo/radio/radio_git.bb @@ -21,6 +21,8 @@ S = "${WORKDIR}/git" inherit qmake5 pkgconfig agl-app +AGL_APP_NAME = "Radio" + # ALS, CES, FOSDEM available AGL_RADIO_PRESETS_LOCALE ?= "CES" do_install:append() { -- cgit 1.2.3-korg