summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch10
-rw-r--r--meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb (renamed from meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb)2
2 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch b/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
index 15ced551db..96a996f616 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
@@ -1,4 +1,4 @@
1From 71b5a3905d5cd0feca88a0d61d7657ba5296a052 Mon Sep 17 00:00:00 2001 1From 6d16911316cb576db0239f607e60918a222e4436 Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Sun, 24 Apr 2022 17:25:33 +0800 3Date: Sun, 24 Apr 2022 17:25:33 +0800
4Subject: [PATCH] makedumpfile: replace hardcode CFLAGS 4Subject: [PATCH] makedumpfile: replace hardcode CFLAGS
@@ -20,9 +20,11 @@ Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
20Rebase to 1.7.1 20Rebase to 1.7.1
21Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 21Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
22--- 22---
23 Makefile | 42 ++++++++++++++++++++++-------------------- 23 Makefile | 40 +++++++++++++++++++++-------------------
24 1 file changed, 22 insertions(+), 20 deletions(-) 24 1 file changed, 21 insertions(+), 19 deletions(-)
25 25
26diff --git a/Makefile b/Makefile
27index 71d8548..22acdd5 100644
26--- a/Makefile 28--- a/Makefile
27+++ b/Makefile 29+++ b/Makefile
28@@ -8,12 +8,6 @@ ifeq ($(strip $CC),) 30@@ -8,12 +8,6 @@ ifeq ($(strip $CC),)
@@ -126,7 +128,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
126 @sed -e "s/@DATE@/$(DATE)/" \ 128 @sed -e "s/@DATE@/$(DATE)/" \
127 -e "s/@VERSION@/$(VERSION)/" \ 129 -e "s/@VERSION@/$(VERSION)/" \
128 $(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8 130 $(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8
129@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $( 131@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(OBJ_ARCH)
130 $(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5 132 $(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5
131 133
132 eppic_makedumpfile.so: extension_eppic.c 134 eppic_makedumpfile.so: extension_eppic.c
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb
index b016d5da4d..85b44c4941 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
11LICENSE = "GPL-2.0-only" 11LICENSE = "GPL-2.0-only"
12 12
13SRCBRANCH ?= "master" 13SRCBRANCH ?= "master"
14SRCREV = "3bc3b3e3be33a9aa040e654f055912063e576c1b" 14SRCREV = "c266469347d49287be38059d45e7aaa454db9cb2"
15 15
16DEPENDS = "bzip2 zlib elfutils xz" 16DEPENDS = "bzip2 zlib elfutils xz"
17RDEPENDS:${PN}-tools = "perl ${PN}" 17RDEPENDS:${PN}-tools = "perl ${PN}"