summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mcelog/mce-test_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/mcelog/mce-test_git.bb')
-rw-r--r--meta-oe/recipes-support/mcelog/mce-test_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/mcelog/mce-test_git.bb b/meta-oe/recipes-support/mcelog/mce-test_git.bb
index 05e98e86ed..3b96210633 100644
--- a/meta-oe/recipes-support/mcelog/mce-test_git.bb
+++ b/meta-oe/recipes-support/mcelog/mce-test_git.bb
@@ -11,17 +11,17 @@ LICENSE = "GPL-2.0-only"
11LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 11LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
12 12
13SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git;branch=master \ 13SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git;branch=master \
14 file://makefile-remove-ldflags.patch \ 14 file://makefile-remove-ldflags.patch \
15 file://0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch \ 15 file://0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch \
16 " 16 file://0001-ltp-pan-fix-wait_handler-declaration.patch \
17SRCREV = "025014dedca39d2b8a57a82e52286e72e157d73a" 17"
18PV = "20222810+git" 18SRCREV = "9d11fc3e05eae7b454efeb5941beded56f80445b"
19PV = "20230601+git"
19 20
20RDEPENDS:${PN} = "mcelog mce-inject dialog bash" 21RDEPENDS:${PN} = "mcelog mce-inject dialog bash"
21 22
22COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 23COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
23 24
24S ="${WORKDIR}/git"
25 25
26EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" 26EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'"
27 27