diff mbox series

README: add a new required package since commit 3f151922fc13

Message ID 20180820184937.15382-1-alex.hung@canonical.com
State Accepted
Headers show
Series README: add a new required package since commit 3f151922fc13 | expand

Commit Message

Alex Hung Aug. 20, 2018, 6:49 p.m. UTC
This also fixes a trailing space in README

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Colin Ian King Aug. 20, 2018, 9:25 p.m. UTC | #1
On 20/08/18 19:49, Alex Hung wrote:
> This also fixes a trailing space in README
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  README | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/README b/README
> index f96cb973..9dd911b1 100644
> --- a/README
> +++ b/README
> @@ -8,11 +8,11 @@ Quick Start Guide
>  
>  Ubuntu Distro x86_64
>  	autoconf automake libglib2.0-dev libtool libpcre3-dev libjson0-dev
> -	libjson-c-dev flex bison dkms libfdt-dev
> +	libjson-c-dev flex bison dkms libfdt-dev libbsd-dev
>  
>  Ubuntu Distro ppc64el
>  	autoconf automake libglib2.0-dev libtool libpcre3-dev libjson-c-dev
> -	flex bison dkms libfdt-dev device-tree-compiler libpci-dev
> +	flex bison dkms libfdt-dev device-tree-compiler libpci-dev libbsd-dev
>  
>  RHEL Distro ppc64el
>  	autoconf automake kernel-devel libtool flex flex-devel bison dkms
> @@ -37,7 +37,7 @@ To run all the default tests, use:
>  
>  To see the available tests, use:
>  
> -	fwts --show-tests 
> +	fwts --show-tests
>  
>  Advanced Options Guide
>  ======================
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu Aug. 21, 2018, 7:34 a.m. UTC | #2
On 08/21/2018 02:49 AM, Alex Hung wrote:
> This also fixes a trailing space in README
>
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  README | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/README b/README
> index f96cb973..9dd911b1 100644
> --- a/README
> +++ b/README
> @@ -8,11 +8,11 @@ Quick Start Guide
>  
>  Ubuntu Distro x86_64
>  	autoconf automake libglib2.0-dev libtool libpcre3-dev libjson0-dev
> -	libjson-c-dev flex bison dkms libfdt-dev
> +	libjson-c-dev flex bison dkms libfdt-dev libbsd-dev
>  
>  Ubuntu Distro ppc64el
>  	autoconf automake libglib2.0-dev libtool libpcre3-dev libjson-c-dev
> -	flex bison dkms libfdt-dev device-tree-compiler libpci-dev
> +	flex bison dkms libfdt-dev device-tree-compiler libpci-dev libbsd-dev
>  
>  RHEL Distro ppc64el
>  	autoconf automake kernel-devel libtool flex flex-devel bison dkms
> @@ -37,7 +37,7 @@ To run all the default tests, use:
>  
>  To see the available tests, use:
>  
> -	fwts --show-tests 
> +	fwts --show-tests
>  
>  Advanced Options Guide
>  ======================

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

diff --git a/README b/README
index f96cb973..9dd911b1 100644
--- a/README
+++ b/README
@@ -8,11 +8,11 @@  Quick Start Guide
 
 Ubuntu Distro x86_64
 	autoconf automake libglib2.0-dev libtool libpcre3-dev libjson0-dev
-	libjson-c-dev flex bison dkms libfdt-dev
+	libjson-c-dev flex bison dkms libfdt-dev libbsd-dev
 
 Ubuntu Distro ppc64el
 	autoconf automake libglib2.0-dev libtool libpcre3-dev libjson-c-dev
-	flex bison dkms libfdt-dev device-tree-compiler libpci-dev
+	flex bison dkms libfdt-dev device-tree-compiler libpci-dev libbsd-dev
 
 RHEL Distro ppc64el
 	autoconf automake kernel-devel libtool flex flex-devel bison dkms
@@ -37,7 +37,7 @@  To run all the default tests, use:
 
 To see the available tests, use:
 
-	fwts --show-tests 
+	fwts --show-tests
 
 Advanced Options Guide
 ======================