aboutsummaryrefslogtreecommitdiff
path: root/utils/procps-ng/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-11-26 22:49:36 -0800
committerRosen Penev <rosenp@gmail.com>2019-11-26 22:51:31 -0800
commit536a0cf071658c5c9cd8fe04e823acce8d1a8211 (patch)
tree10314702fbbce68230d5b8dab84fa660c12fec21 /utils/procps-ng/Makefile
parent4dbb240c5c03b906f5a2c585a2046c1009f2470b (diff)
procps-ng: Remove DEFAULT line
The intended behavior is to has the buildbot select all the applets as well as packages only selecting what they need. This should do it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/procps-ng/Makefile')
-rw-r--r--utils/procps-ng/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/utils/procps-ng/Makefile b/utils/procps-ng/Makefile
index 11c69426f..fb9a4e69d 100644
--- a/utils/procps-ng/Makefile
+++ b/utils/procps-ng/Makefile
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=procps-ng
PKG_VERSION:=3.3.15
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/procps-ng
PKG_HASH:=10bd744ffcb3de2d591d2f6acf1a54a7ba070fdcc432a855931a5057149f0465
-PKG_MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
-PKG_LICENSE:=GPL-2.0
+PKG_MAINTAINER:=
+PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING COPYING.LIB
PKG_BUILD_PARALLEL:=1
@@ -73,7 +73,6 @@ define GenPlugin
$(call Package/procps-ng/Default)
DEPENDS:=procps-ng
TITLE:=Applet $(2) from the procps-ng package
- DEFAULT:=n
ALTERNATIVES:=200:$(3)/$(2):$(3)/$(1)
endef