From: Alexander Kanavin <[email protected]> Signed-off-by: Alexander Kanavin <[email protected]> --- .../0001-makedumpfile-replace-hardcode-CFLAGS.patch | 4 ++-- .../{makedumpfile_1.7.7.bb => makedumpfile_1.7.8.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/makedumpfile/{makedumpfile_1.7.7.bb => makedumpfile_1.7.8.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 796e036ab8..554402454f 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 59b8d59504c1bafff52a8794e67c6025fcd418a4 Mon Sep 17 00:00:00 2001 +From bb16dc839a8a45cc7d2e271ebbe41d7e39a799bd 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 aa73252..76fcafd 100644 +index 05ab5f2..57328f8 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,6 @@ ifeq ($(strip $CC),) diff --git a/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.7.bb b/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.8.bb similarity index 96% rename from meta/recipes-kernel/makedumpfile/makedumpfile_1.7.7.bb rename to meta/recipes-kernel/makedumpfile/makedumpfile_1.7.8.bb index 99393e0984..6b582729a1 100644 --- a/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.7.bb +++ b/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.8.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" LICENSE = "GPL-2.0-only" SRCBRANCH ?= "master" -SRCREV = "e4ae6b5ee04edeeb03db89bee372904157e3378d" +SRCREV = "65e0b5488ffe840035c6e165a5149dc5da769d97" DEPENDS = "bzip2 zlib elfutils xz" RDEPENDS:${PN}-tools = "perl ${PN}" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228370): https://lists.openembedded.org/g/openembedded-core/message/228370 Mute This Topic: https://lists.openembedded.org/mt/116906942/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
