[libcamera-devel,5/5] meson: Shorten project description

Message ID 20181221081311.3291-6-kieran.bingham@ideasonboard.com
State Accepted
Headers show
Series
  • test: Define libtest
Related show

Commit Message

Kieran Bingham Dec. 21, 2018, 8:13 a.m. UTC
The project description is really the project name. The extraneosly long
string gets printed at the test runner prefixed to the suite. As such it
should really be the shortened simple project name.

Remove the 'description' from the project naming field.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Dec. 31, 2018, 9:09 a.m. UTC | #1
Hi Kieran,

Thank you for the patch.

On Friday, 21 December 2018 10:13:11 EET Kieran Bingham wrote:
> The project description is really the project name. The extraneosly long
> string gets printed at the test runner prefixed to the suite. As such it
> should really be the shortened simple project name.
> 
> Remove the 'description' from the project naming field.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 7b6e2fec8461..0ab0da981083 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1,4 +1,4 @@
> -project('libcamera - supporting complex camera pipelines', 'c', 'cpp',
> +project('libcamera', 'c', 'cpp',
>    meson_version: '>= 0.40',
>    version : '0.1',
>    license : 'LGPL 2.1+')

Patch

diff --git a/meson.build b/meson.build
index 7b6e2fec8461..0ab0da981083 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@ 
-project('libcamera - supporting complex camera pipelines', 'c', 'cpp',
+project('libcamera', 'c', 'cpp',
   meson_version: '>= 0.40',
   version : '0.1',
   license : 'LGPL 2.1+')