diff mbox series

package/pdbg: Bump version to v3.4

Message ID 20211220220517.1619994-1-joel@jms.id.au
State Accepted
Headers show
Series package/pdbg: Bump version to v3.4 | expand

Commit Message

Joel Stanley Dec. 20, 2021, 10:05 p.m. UTC
Remove patch that is now upstream.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 .../pdbg/0001-template-Fix-alignment.patch    | 39 -------------------
 package/pdbg/pdbg.hash                        |  2 +-
 package/pdbg/pdbg.mk                          |  2 +-
 3 files changed, 2 insertions(+), 41 deletions(-)
 delete mode 100644 package/pdbg/0001-template-Fix-alignment.patch

Comments

Thomas Petazzoni Dec. 27, 2021, 10:20 a.m. UTC | #1
On Tue, 21 Dec 2021 08:35:17 +1030
Joel Stanley <joel@jms.id.au> wrote:

> Remove patch that is now upstream.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  .../pdbg/0001-template-Fix-alignment.patch    | 39 -------------------
>  package/pdbg/pdbg.hash                        |  2 +-
>  package/pdbg/pdbg.mk                          |  2 +-
>  3 files changed, 2 insertions(+), 41 deletions(-)
>  delete mode 100644 package/pdbg/0001-template-Fix-alignment.patch

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/pdbg/0001-template-Fix-alignment.patch b/package/pdbg/0001-template-Fix-alignment.patch
deleted file mode 100644
index e95d8344e2d6..000000000000
--- a/package/pdbg/0001-template-Fix-alignment.patch
+++ /dev/null
@@ -1,39 +0,0 @@ 
-From 0080d0a64da274207bc341491f87863952bb6e3b Mon Sep 17 00:00:00 2001
-From: Joel Stanley <joel@jms.id.au>
-Date: Tue, 3 Aug 2021 17:28:17 +0930
-Subject: [PATCH] template: Fix alignment
-
-The assembler complains about unaliged data:
-
- ./template.S: Assembler messages:
- ./template.S:21: Error: misaligned data
-
-If the included data is not an aligned size, the the symbols following
-will be unaligned.
-
-We lost the alignment directive in commit 5f3deee1289e ("template: new
-libfdt requires 8-byte aligned fdt"), so add it back as it was before
-that commit.
-
-Reported by the buildroot autobuilder.
-
-Signed-off-by: Joel Stanley <joel@jms.id.au>
----
- template.S | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/template.S b/template.S
-index ecf9bba0656d..df8c064d6bc0 100644
---- a/template.S
-+++ b/template.S
-@@ -17,6 +17,7 @@
- SYM_START(SYMBOL_PREFIX):
- .incbin FILENAME
- SYM_END(SYMBOL_PREFIX):
-+.align 4
- SYM_SIZE(SYMBOL_PREFIX):
- 	.long	SYM_END(SYMBOL_PREFIX) - SYM_START(SYMBOL_PREFIX)
- .globl SYM_START(SYMBOL_PREFIX)
--- 
-2.32.0
-
diff --git a/package/pdbg/pdbg.hash b/package/pdbg/pdbg.hash
index 9a58fa842c6a..df7ba314bfbc 100644
--- a/package/pdbg/pdbg.hash
+++ b/package/pdbg/pdbg.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256 87fe68977f72885e46d321da806d30f33a901de817461eb44fa727cd81d1d109 pdbg-3.3.tar.gz
+sha256 5b721fd5551591cd5626ccf72c8d9096d902de4da10324097a37b4763815f0d7 pdbg-3.4.tar.gz
 sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 COPYING
diff --git a/package/pdbg/pdbg.mk b/package/pdbg/pdbg.mk
index 7f6b48e6eb57..5a5cfbc62d8a 100644
--- a/package/pdbg/pdbg.mk
+++ b/package/pdbg/pdbg.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PDBG_VERSION = 3.3
+PDBG_VERSION = 3.4
 PDBG_SITE = $(call github,open-power,pdbg,v$(PDBG_VERSION))
 PDBG_LICENSE = Apache-2.0
 PDBG_LICENSE_FILES = COPYING