diff options
author | Julien Floret <julien.floret@6wind.com> | 2016-07-03 00:21:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 10:24:02 +0200 |
commit | 43fdc9e9c999cf1aa12ccd159b83f50f0191b382 (patch) | |
tree | c39b2e16dd4dd682331655793136e5107f7dd841 | |
parent | cc2eb3679ed93accd004e81e0b5bea9eb19dabc3 (diff) | |
download | buildroot-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.mk | 3 |
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 |