All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] pdbg: Bump version to v2.2
@ 2019-06-25  1:53 Joel Stanley
  2019-07-18  6:41 ` Joel Stanley
  2019-08-01 15:08 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Stanley @ 2019-06-25  1:53 UTC (permalink / raw)
  To: buildroot

Upstream changes:

 - libpdbg API clean-up
 - Path based targetting
 - POWER8 sreset fixes
 - gdbserver

This also adds the v back to the version string that pdbg's build system
uses, following the recent buildroot changes to remove "v" from package
versions.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 package/pdbg/pdbg.hash | 2 +-
 package/pdbg/pdbg.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/pdbg/pdbg.hash b/package/pdbg/pdbg.hash
index 35a26eddddc6..b856e4ce8c0c 100644
--- a/package/pdbg/pdbg.hash
+++ b/package/pdbg/pdbg.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 da65ebbd9a710555e9684472ee36fff37e897111034fcc2c07172cc39016d169 pdbg-2.0.tar.gz
+sha256 b3bd93475da1e68502732309fa274514fb0a1193d574adfd68d5feeabeb30571  pdbg-2.2.tar.gz
 sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 COPYING
diff --git a/package/pdbg/pdbg.mk b/package/pdbg/pdbg.mk
index c92920a6d619..97832f23d189 100644
--- a/package/pdbg/pdbg.mk
+++ b/package/pdbg/pdbg.mk
@@ -4,14 +4,14 @@
 #
 ################################################################################
 
-PDBG_VERSION = 2.0
+PDBG_VERSION = 2.2
 PDBG_SITE = $(call github,open-power,pdbg,v$(PDBG_VERSION))
 PDBG_LICENSE = Apache-2.0
 PDBG_LICENSE_FILES = COPYING
 PDBG_AUTORECONF = YES
 PDBG_DEPENDENCIES = host-dtc
 
-PDBG_MAKE_OPTS = "GIT_SHA1=\"$(PDBG_VERSION)\""
+PDBG_MAKE_OPTS = "GIT_SHA1=\"v$(PDBG_VERSION)\""
 
 define PDBG_PATCH_M4
 	mkdir -p $(@D)/m4
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-01 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25  1:53 [Buildroot] [PATCH] pdbg: Bump version to v2.2 Joel Stanley
2019-07-18  6:41 ` Joel Stanley
2019-08-01 15:08 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.