[libcamera-devel] README: Remove duplicated line

Message ID 20200116232652.11560-1-laurent.pinchart@ideasonboard.com
State Accepted
Commit 30f9624f894ae50044dd367c6560198940d9b702
Headers show
Series
  • [libcamera-devel] README: Remove duplicated line
Related show

Commit Message

Laurent Pinchart Jan. 16, 2020, 11:26 p.m. UTC
The commit 2de78434ca71 ("meson: Bump required version to 0.47")
included an extra duplicated line (my bad, the issue happened when
applying). Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 README.rst | 1 -
 1 file changed, 1 deletion(-)

Comments

Kieran Bingham Jan. 16, 2020, 11:29 p.m. UTC | #1
Hi Laurent

On 16/01/2020 23:26, Laurent Pinchart wrote:
> The commit 2de78434ca71 ("meson: Bump required version to 0.47")
> included an extra duplicated line (my bad, the issue happened when
> applying). Fix it.

Ooops :D

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  README.rst | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/README.rst b/README.rst
> index 4b6b9dc84a11..fa1411387758 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -45,7 +45,6 @@ A C++ toolchain: [required]
>  	Either {g++, clang}
>  
>  for libcamera: [required]
> -	meson ninja-build python3-yaml
>          meson (>= 0.47) ninja-build python3-yaml
>  
>          If your distribution doesn't provide a recent enough version of meson,
>
Niklas Söderlund Jan. 17, 2020, 12:29 a.m. UTC | #2
Hi Laurent,

Thanks for your work.

On 2020-01-17 01:26:52 +0200, Laurent Pinchart wrote:
> The commit 2de78434ca71 ("meson: Bump required version to 0.47")
> included an extra duplicated line (my bad, the issue happened when
> applying). Fix it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>

> ---
>  README.rst | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/README.rst b/README.rst
> index 4b6b9dc84a11..fa1411387758 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -45,7 +45,6 @@ A C++ toolchain: [required]
>  	Either {g++, clang}
>  
>  for libcamera: [required]
> -	meson ninja-build python3-yaml
>          meson (>= 0.47) ninja-build python3-yaml
>  
>          If your distribution doesn't provide a recent enough version of meson,
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

Patch

diff --git a/README.rst b/README.rst
index 4b6b9dc84a11..fa1411387758 100644
--- a/README.rst
+++ b/README.rst
@@ -45,7 +45,6 @@  A C++ toolchain: [required]
 	Either {g++, clang}
 
 for libcamera: [required]
-	meson ninja-build python3-yaml
         meson (>= 0.47) ninja-build python3-yaml
 
         If your distribution doesn't provide a recent enough version of meson,