[oe][meta-oe][PATCH 6/25] coremark-pro: add UPSTREAM_CHECK_COMMITS
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Fixes: $ devtool latest-version coremark-pro ... INFO: Current version: git INFO: Latest version: 1.1.2743 INFO: Latest version's commit: edeac7e2e11e601d91728e346c19abe3b68f1cbf Signed-off-by: Ankur Tyagi <[email protected]> --- meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb b/meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb index e917d064f9..e20708ece6 100644 --- a/meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb +++ b/meta-oe/recipes-benchmark/coremark-pro/coremark-pro_git.bb @@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c84d8f508b20d579641ad151a79a8bf3" SRC_URI = "git://github.com/eembc/coremark-pro.git;branch=main;protocol=https" SRCREV = "4832cc67b0926c7a80a4b7ce0ce00f4640ea6bec" +UPSTREAM_CHECK_COMMITS = "1" + # Apply patch to allow cross-compilation SRC_URI += "file://0001-allow-toolchain-override.patch"