From 071b15ecc0e7dd631e287ad670690d3fdb3a29d3 Mon Sep 17 00:00:00 2001 From: Tiago Gaspar Date: Tue, 1 Oct 2019 22:57:12 +0100 Subject: [PATCH] procps-ng: change default package selection Change the default selection of packages from all to none. Signed-off-by: Tiago Gaspar --- utils/procps-ng/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/procps-ng/Makefile b/utils/procps-ng/Makefile index e813f63fb..11c69426f 100644 --- a/utils/procps-ng/Makefile +++ b/utils/procps-ng/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procps-ng PKG_VERSION:=3.3.15 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/procps-ng @@ -73,7 +73,7 @@ define GenPlugin $(call Package/procps-ng/Default) DEPENDS:=procps-ng TITLE:=Applet $(2) from the procps-ng package - DEFAULT:=y + DEFAULT:=n ALTERNATIVES:=200:$(3)/$(2):$(3)/$(1) endef