diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-10-02 11:29:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 11:29:34 -0700 |
commit | 8a6388b9e00854d8caf49e7bc987c8e8900664da (patch) | |
tree | 0031428e0dad8049ca634b04ff7dcd94c772bd12 | |
parent | 4f717a6f65b5c495aec770b507913befa40b8997 (diff) | |
parent | 071b15ecc0e7dd631e287ad670690d3fdb3a29d3 (diff) |
Merge pull request #10124 from tiagogaspar8/procps-ng-fix
procps-ng: change default package selection
-rw-r--r-- | utils/procps-ng/Makefile | 4 |
1 files 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 |