From: Adam Duskett Date: Fri, 8 May 2020 01:59:55 +0000 (-0700) Subject: package/apparmor: add a dependency on net-tools if utils is selected X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb02ef549f91370335acaf41d97874ca013b6d18;p=buildroot.git package/apparmor: add a dependency on net-tools if utils is selected aa-unconfied requires the full version of netstat provided by the net-tools package. Without the full version, running aa-unconfined will result in the error: netstat: invalid option -- 'p' Signed-off-by: Adam Duskett [yann.morin.1998@free.fr: - net-ttols is a runtime depednency - select BB_SHOW_OTHERS - reorder depends ] Signed-off-by: Yann E. MORIN --- diff --git a/package/apparmor/Config.in b/package/apparmor/Config.in index b0d2e44ff7..1cc9daa7b5 100644 --- a/package/apparmor/Config.in +++ b/package/apparmor/Config.in @@ -32,6 +32,8 @@ comment "utils need python3" config BR2_PACKAGE_APPARMOR_UTILS bool "utils" depends on BR2_PACKAGE_PYTHON3 + select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # net-tools + select BR2_PACKAGE_NET_TOOLS # runtime (aa-unconfined) select BR2_PACKAGE_PYTHON3_READLINE help A set of utilities (written in python):