summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-23 13:23:11 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:26 -0800
commit884a81d886415c84175d420c46892fb269cf9360 (patch)
tree72a7bbeb24d1b3e8df5e17f4a09cf2368bca38f9
parentdc5132edf7c7464371122ea9af871406fa66635a (diff)
downloadmeta-openembedded-884a81d886415c84175d420c46892fb269cf9360.tar.gz
mcelog: upgrade 208 -> 210
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/mcelog/mcelog_210.bb (renamed from meta-oe/recipes-support/mcelog/mcelog_208.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/mcelog/mcelog_208.bb b/meta-oe/recipes-support/mcelog/mcelog_210.bb
index 4a72cd4d66..f009ba98ad 100644
--- a/meta-oe/recipes-support/mcelog/mcelog_208.bb
+++ b/meta-oe/recipes-support/mcelog/mcelog_210.bb
@@ -5,12 +5,12 @@ and should run on all Linux systems that need error handling."
5HOMEPAGE = "https://mcelog.org/" 5HOMEPAGE = "https://mcelog.org/"
6SECTION = "System Environment/Base" 6SECTION = "System Environment/Base"
7 7
8SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http;;branch=master \ 8SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http;;branch=master;tag=v${PV} \
9 file://0001-client-Include-string.h-form-mem-function-prototypes.patch \ 9 file://0001-client-Include-string.h-form-mem-function-prototypes.patch \
10 file://run-ptest \ 10 file://run-ptest \
11 " 11 "
12 12
13SRCREV = "2965a540ac2fbf1e0a992afd17c01747d6fd66aa" 13SRCREV = "357b136f95be23be1dda2c5e220e0430e9b20765"
14 14
15LICENSE = "GPL-2.0-only" 15LICENSE = "GPL-2.0-only"
16LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 16LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"