summaryrefslogtreecommitdiff
path: root/package/xorriso
diff options
context:
space:
mode:
authorJulien Floret <julien.floret@6wind.com>2016-07-03 00:21:25 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 10:24:02 +0200
commitfc5f44d98b376bf9f742fff67e41bf8168cda2e6 (patch)
treeff74d0fbee4a02b99fbfeb9f77e823aa49944f32 /package/xorriso
parent4bdb067e380e72c3a6cb9c6ccf3791a6cf8661e0 (diff)
xorriso: remove empty host dependencies definition
While there, fix some typos. Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xorriso')
-rw-r--r--package/xorriso/xorriso.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/xorriso/xorriso.mk b/package/xorriso/xorriso.mk
index 396eeaee1..be193221e 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 \