diff mbox

[56/69] xorriso: remove empty host dependencies definition

Message ID 1467498098-23731-57-git-send-email-julien.floret@6wind.com
State Accepted
Headers show

Commit Message

Julien Floret July 2, 2016, 10:21 p.m. UTC
While there, fix some typos.

Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/xorriso/xorriso.mk | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni July 3, 2016, 8:15 a.m. UTC | #1
Hello,

On Sun,  3 Jul 2016 00:21:25 +0200, Julien Floret wrote:
> While there, fix some typos.
> 
> Signed-off-by: Julien Floret <julien.floret@6wind.com>
> ---
>  package/xorriso/xorriso.mk | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/xorriso/xorriso.mk b/package/xorriso/xorriso.mk
index 396eeaee1913..be193221ec9a 100644
--- a/package/xorriso/xorriso.mk
+++ b/package/xorriso/xorriso.mk
@@ -8,9 +8,8 @@  XORRISO_VERSION = 1.4.2
 XORRISO_SITE = $(BR2_GNU_MIRROR)/xorriso
 XORRISO_LICENSE = GPLv3+
 XORRISO_LICENSE_FILES = COPYING COPYRIGHT
-HOST_XORRISO_DEPENDENCIES =
-# Disable everything until we actually need those feature, and add the correct
-# host-libraries
+# Disable everything until we actually need those features, and add the correct
+# host libraries
 HOST_XORRISO_CONF_OPTS = \
 	--disable-zlib \
 	--disable-bzip2 \