Re: [PATCH] build: move enabled applications list declaration

2023-08-25 Thread David Marchand
On Fri, Aug 11, 2023 at 3:28 PM David Marchand wrote: > > No functional impact foreseen. Simply move this variable and rename it > for consistency with other similar variables. > > Signed-off-by: David Marchand Acked-by: Bruce Richardson Acked-by Tyler Retzlaff Applied, thanks. -- David Ma

Re: [PATCH] build: move enabled applications list declaration

2023-08-11 Thread Tyler Retzlaff
On Fri, Aug 11, 2023 at 03:28:05PM +0200, David Marchand wrote: > No functional impact foreseen. Simply move this variable and rename it > for consistency with other similar variables. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff

Re: [PATCH] build: move enabled applications list declaration

2023-08-11 Thread Bruce Richardson
On Fri, Aug 11, 2023 at 03:28:05PM +0200, David Marchand wrote: > No functional impact foreseen. Simply move this variable and rename it > for consistency with other similar variables. > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson

[PATCH] build: move enabled applications list declaration

2023-08-11 Thread David Marchand
No functional impact foreseen. Simply move this variable and rename it for consistency with other similar variables. Signed-off-by: David Marchand --- app/meson.build | 4 +--- meson.build | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/meson.build b/app/meson.bui