summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Floret <julien.floret@6wind.com>2016-07-03 00:21:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 10:24:02 +0200
commit43fdc9e9c999cf1aa12ccd159b83f50f0191b382 (patch)
treec39b2e16dd4dd682331655793136e5107f7dd841
parentcc2eb3679ed93accd004e81e0b5bea9eb19dabc3 (diff)
downloadbuildroot-43fdc9e9c999cf1aa12ccd159b83f50f0191b382.tar.gz
buildroot-43fdc9e9c999cf1aa12ccd159b83f50f0191b382.zip
pax-utils: remove empty host dependencies definition
Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/pax-utils/pax-utils.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/pax-utils/pax-utils.mk b/package/pax-utils/pax-utils.mk
index 747c2bb114..8d5f3eea73 100644
--- a/package/pax-utils/pax-utils.mk
+++ b/package/pax-utils/pax-utils.mk
@@ -27,9 +27,6 @@ else
PAX_UTILS_CONF_OPTS += --without-seccomp
endif
-# libcap is only useful for pspax (a running system)
-HOST_PAX_UTILS_DEPENDENCIES =
-
# lddtree and symtree need bash
ifeq ($(BR2_PACKAGE_BASH),)
define PAX_UTILS_REMOVE_BASH_TOOLS
OpenPOWER on IntegriCloud