projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de554a
)
procps-ng: change default package selection Change the default selection of packages...
author
Tiago Gaspar
<tiagogaspar8@gmail.com>
Tue, 1 Oct 2019 21:57:12 +0000
(22:57 +0100)
committer
Tiago Gaspar
<tiagogaspar8@gmail.com>
Tue, 1 Oct 2019 21:57:12 +0000
(22:57 +0100)
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
utils/procps-ng/Makefile
patch
|
blob
|
history
diff --git
a/utils/procps-ng/Makefile
b/utils/procps-ng/Makefile
index e813f63fb807be70381c66f4955baf03a2413fda..11c69426ffb811c31e8e051bcf1031fc9f9b14ff 100644
(file)
--- 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