mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/openvmtools: remove procps option
procps support has been removed since version 10.2.5 and
ed2e2348dd
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
2e67462388
commit
2be4232d98
@@ -22,16 +22,6 @@ config BR2_PACKAGE_OPENVMTOOLS
|
|||||||
|
|
||||||
if BR2_PACKAGE_OPENVMTOOLS
|
if BR2_PACKAGE_OPENVMTOOLS
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENVMTOOLS_PROCPS
|
|
||||||
bool "procps support"
|
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
||||||
select BR2_PACKAGE_PROCPS_NG
|
|
||||||
help
|
|
||||||
Enable support for procps / meminfo
|
|
||||||
|
|
||||||
comment "procps support needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS"
|
|
||||||
depends on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENVMTOOLS_PAM
|
config BR2_PACKAGE_OPENVMTOOLS_PAM
|
||||||
bool "PAM support"
|
bool "PAM support"
|
||||||
# linux-pam needs locale and wchar, but we already have this
|
# linux-pam needs locale and wchar, but we already have this
|
||||||
|
|||||||
@@ -37,13 +37,6 @@ else
|
|||||||
OPENVMTOOLS_CONF_OPTS += --without-ssl
|
OPENVMTOOLS_CONF_OPTS += --without-ssl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENVMTOOLS_PROCPS),y)
|
|
||||||
OPENVMTOOLS_CONF_OPTS += --with-procps
|
|
||||||
OPENVMTOOLS_DEPENDENCIES += procps-ng
|
|
||||||
else
|
|
||||||
OPENVMTOOLS_CONF_OPTS += --without-procps
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENVMTOOLS_PAM),y)
|
ifeq ($(BR2_PACKAGE_OPENVMTOOLS_PAM),y)
|
||||||
OPENVMTOOLS_CONF_OPTS += --with-pam
|
OPENVMTOOLS_CONF_OPTS += --with-pam
|
||||||
OPENVMTOOLS_DEPENDENCIES += linux-pam
|
OPENVMTOOLS_DEPENDENCIES += linux-pam
|
||||||
|
|||||||
Reference in New Issue
Block a user