diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-12-07 19:03:22 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-12-07 19:27:09 +0900 |
commit | 3c4657edcf2591936ad05b42b9bf372347db27b8 (patch) | |
tree | 3e8cac98022969d65d529a7e54abb6085a425dfe | |
parent | 9d9c7970c89d2b43d9515db2e5fd1001026b0eb3 (diff) |
radio: Update display name
Set AGL_APP_NAME for the radio application.
Bug-AGL: SPEC-4638
Change-Id: I05f5e30f79d53fb9faa913d06801bfd5ec05bf85
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | recipes-demo/radio/radio_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo/radio/radio_git.bb b/recipes-demo/radio/radio_git.bb index 22b220100..c4737ad10 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() { |