mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH 1/2] procps: bump version to 3.3.11 and update paths
Date: Tue, 16 Feb 2016 15:38:33 +0100	[thread overview]
Message-ID: <1455633514-12974-1-git-send-email-clemens.gruber@pqgruber.com> (raw)

Although the developers changed the binary paths, we maintain the
existing usr split. Everything stays where it was to avoid breaking
scripts.

There are no patches to migrate.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/procps.make | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/rules/procps.make b/rules/procps.make
index 0152548..b08991b 100644
--- a/rules/procps.make
+++ b/rules/procps.make
@@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_PROCPS) += procps
 #
 # Paths and names
 #
-PROCPS_VERSION	:= 3.3.10
-PROCPS_MD5	:= 1fb7f3f6bf92ce6c5c9ed9949ae858fe
+PROCPS_VERSION	:= 3.3.11
+PROCPS_MD5	:= 6cc5b94c1c5b8cbc89ad345a7b522f74
 PROCPS		:= procps-ng-$(PROCPS_VERSION)
 PROCPS_SUFFIX	:= tar.xz
 PROCPS_URL	:= $(call ptx/mirror, SF, procps-ng/Production/$(PROCPS).$(PROCPS_SUFFIX))
@@ -74,60 +74,60 @@ $(STATEDIR)/procps.targetinstall:
 	@$(call install_lib, procps, 0, 0, 0644, libprocps)
 
 ifdef PTXCONF_PROCPS_FREE
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/free, \
 		/usr/bin/free)
 endif
 ifdef PTXCONF_PROCPS_PGREP
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/pgrep, \
 		/usr/bin/pgrep)
 endif
 ifdef PTXCONF_PROCPS_PIDOF
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/pidof, \
 		/usr/bin/pidof)
 endif
 ifdef PTXCONF_PROCPS_PKILL
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/pkill, \
 		/usr/bin/pkill)
 endif
 ifdef PTXCONF_PROCPS_PMAP
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/pmap, \
 		/usr/bin/pmap)
 endif
 ifdef PTXCONF_PROCPS_PS
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/ps, \
 		/bin/ps)
 endif
 ifdef PTXCONF_PROCPS_PWDX
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/pwdx, \
 		/usr/bin/pwdx)
 endif
 ifdef PTXCONF_PROCPS_SLABTOP
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/slabtop, \
 		/usr/bin/slabtop)
 endif
 ifdef PTXCONF_PROCPS_SYSCTL
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/sbin/sysctl, \
 		/sbin/sysctl)
 	@$(call install_alternative, procps, 0, 0, 0644, /etc/sysctl.conf, n)
 endif
 ifdef PTXCONF_PROCPS_TOP
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/top, \
 		/usr/bin/top)
 endif
 ifdef PTXCONF_PROCPS_UPTIME
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/uptime, \
 		/usr/bin/uptime)
 endif
 ifdef PTXCONF_PROCPS_VMSTAT
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/vmstat, \
 		/usr/bin/vmstat)
 endif
 ifdef PTXCONF_PROCPS_W
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/w, \
 		/usr/bin/w)
 endif
 ifdef PTXCONF_PROCPS_WATCH
-	@$(call install_copy, procps, 0, 0, 0755, -, \
+	@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_PKGDIR)/bin/watch, \
 		/usr/bin/watch)
 endif
 
-- 
2.7.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2016-02-16 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16 14:38 Clemens Gruber [this message]
2016-02-16 14:38 ` [ptxdist] [PATCH 2/2] Export LANG environment variable for systemd Clemens Gruber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455633514-12974-1-git-send-email-clemens.gruber@pqgruber.com \
    --to=clemens.gruber@pqgruber.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox