package/libcap: drop host-libcap dependency
host-libcap was added as a dependency of libcap in commitefae605c88
because back then at installation time, the setcap utility was called. However, since commit57155c6b6a
, we use RAISE_SETFCAP=no, which disables calling setcap at install time. Therefore, having host-libcap built before libcap is no longer needed. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2fc0d98699
commit
0651b22d63
@ -11,7 +11,7 @@ LIBCAP_LICENSE = GPL-2.0 or BSD-3-Clause
|
||||
LIBCAP_LICENSE_FILES = License
|
||||
LIBCAP_CPE_ID_VENDOR = libcap_project
|
||||
|
||||
LIBCAP_DEPENDENCIES = host-libcap host-gperf
|
||||
LIBCAP_DEPENDENCIES = host-gperf
|
||||
LIBCAP_INSTALL_STAGING = YES
|
||||
|
||||
HOST_LIBCAP_DEPENDENCIES = host-gperf
|
||||
|
Loading…
Reference in New Issue
Block a user