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-10 07:48:37 +0000 |
commit | dc0117b9ccf34fb2a833a866f4048d1f5de2d986 (patch) | |
tree | 8c30bf210742a5b71a4ef454d8c770164221a459 | |
parent | 1460f80a5f49785b3b713bf8a8787d64630cb3c8 (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() { |