mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
pdbg: Bump version to v2.2
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
152e160bf6
commit
aa4474e999
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 da65ebbd9a710555e9684472ee36fff37e897111034fcc2c07172cc39016d169 pdbg-2.0.tar.gz
|
||||
sha256 b3bd93475da1e68502732309fa274514fb0a1193d574adfd68d5feeabeb30571 pdbg-2.2.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 COPYING
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user