diff mbox

README: Fix missing libfdt-dev dependency in README

Message ID 1494873769-27127-1-git-send-email-jhugo@codeaurora.org
State Accepted
Headers show

Commit Message

Jeffrey Hugo May 15, 2017, 6:42 p.m. UTC
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung May 15, 2017, 6:58 p.m. UTC | #1
On 2017-05-15 11:42 AM, Jeffrey Hugo wrote:
> Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README b/README
> index 6ff3378..954bb0c 100644
> --- a/README
> +++ b/README
> @@ -6,7 +6,7 @@ Quick Start Guide
>
>  1) Dependencies:
>
> -	autoconf, automake, libglib2.0-dev, libtool, libpcre3-dev, libjson0-dev, flex, bison, dkms
> +	autoconf, automake, libglib2.0-dev, libtool, libpcre3-dev, libjson0-dev, flex, bison, dkms, libfdt-dev
>
>  2) To build and install (only if building from source)
>
>

Acked-by: Alex Hung <alex.hung@canonical.com>
Colin Ian King May 15, 2017, 8:10 p.m. UTC | #2
On 15/05/17 19:42, Jeffrey Hugo wrote:
> Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/README b/README
> index 6ff3378..954bb0c 100644
> --- a/README
> +++ b/README
> @@ -6,7 +6,7 @@ Quick Start Guide
>  
>  1) Dependencies:
>  
> -	autoconf, automake, libglib2.0-dev, libtool, libpcre3-dev, libjson0-dev, flex, bison, dkms
> +	autoconf, automake, libglib2.0-dev, libtool, libpcre3-dev, libjson0-dev, flex, bison, dkms, libfdt-dev
>  
>  2) To build and install (only if building from source)
>  
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox

Patch

diff --git a/README b/README
index 6ff3378..954bb0c 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@  Quick Start Guide
 
 1) Dependencies:
 
-	autoconf, automake, libglib2.0-dev, libtool, libpcre3-dev, libjson0-dev, flex, bison, dkms
+	autoconf, automake, libglib2.0-dev, libtool, libpcre3-dev, libjson0-dev, flex, bison, dkms, libfdt-dev
 
 2) To build and install (only if building from source)