diff options
Diffstat (limited to 'meta-oe/recipes-support/mcelog/mce-test_git.bb')
-rw-r--r-- | meta-oe/recipes-support/mcelog/mce-test_git.bb | 12 |
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" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
12 | 12 | ||
13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git;branch=master \ | 13 | SRC_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 \ |
17 | SRCREV = "025014dedca39d2b8a57a82e52286e72e157d73a" | 17 | " |
18 | PV = "20222810+git" | 18 | SRCREV = "9d11fc3e05eae7b454efeb5941beded56f80445b" |
19 | PV = "20230601+git" | ||
19 | 20 | ||
20 | RDEPENDS:${PN} = "mcelog mce-inject dialog bash" | 21 | RDEPENDS:${PN} = "mcelog mce-inject dialog bash" |
21 | 22 | ||
22 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 23 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
23 | 24 | ||
24 | S ="${WORKDIR}/git" | ||
25 | 25 | ||
26 | EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" | 26 | EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" |
27 | 27 | ||