Signed-off-by: Richard Purdie <[email protected]> --- .../0001-makedumpfile-replace-hardcode-CFLAGS.patch | 4 ++-- .../{makedumpfile_1.7.8.bb => makedumpfile_1.7.9.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/makedumpfile/{makedumpfile_1.7.8.bb => makedumpfile_1.7.9.bb} (96%)
diff --git a/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch b/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch index 554402454fa..9b527cfb992 100644 --- a/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch +++ b/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch @@ -1,4 +1,4 @@ -From bb16dc839a8a45cc7d2e271ebbe41d7e39a799bd Mon Sep 17 00:00:00 2001 +From 8d200d7cd700f93333353632e7dce48cf4b871fe Mon Sep 17 00:00:00 2001 From: Mingli Yu <[email protected]> Date: Sun, 24 Apr 2022 17:25:33 +0800 Subject: [PATCH] makedumpfile: replace hardcode CFLAGS @@ -24,7 +24,7 @@ Signed-off-by: Mingli Yu <[email protected]> 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile -index 05ab5f2..57328f8 100644 +index b2ffcec..e416f4e 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,6 @@ ifeq ($(strip $CC),) diff --git a/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.8.bb b/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.9.bb similarity index 96% rename from meta/recipes-kernel/makedumpfile/makedumpfile_1.7.8.bb rename to meta/recipes-kernel/makedumpfile/makedumpfile_1.7.9.bb index 6b582729a11..8704481da78 100644 --- a/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.8.bb +++ b/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.9.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" LICENSE = "GPL-2.0-only" SRCBRANCH ?= "master" -SRCREV = "65e0b5488ffe840035c6e165a5149dc5da769d97" +SRCREV = "eb42d6330b275ba344ca170286480917450d7f73" DEPENDS = "bzip2 zlib elfutils xz" RDEPENDS:${PN}-tools = "perl ${PN}"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236334): https://lists.openembedded.org/g/openembedded-core/message/236334 Mute This Topic: https://lists.openembedded.org/mt/119117225/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
