diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-19 17:58:58 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:11 -0700 |
| commit | bd4cf33b3a6fe36fe999475b1b82951dd64acc5b (patch) | |
| tree | a3cee7a045a0ad03eac17e789f34de0ddaae300c /meta-oe/recipes-benchmark | |
| parent | c41eeac0ebca4a086f426d45abc55f2e191183ab (diff) | |
| download | meta-openembedded-bd4cf33b3a6fe36fe999475b1b82951dd64acc5b.tar.gz | |
s-suite: Add UPSTREAM_CHECK_COMMITS
The current PV=3.6 is not a git tag but a Readme content so, use
UPSTREAM_CHECK_COMMITS to detect upstream updates.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
| -rw-r--r-- | meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb index 629b123042..2cfeb72416 100644 --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | |||
| @@ -6,6 +6,10 @@ SRCREV = "f97f1ae321d1fb8111a2c638075702ed2512ff07" | |||
| 6 | PV = "3.6" | 6 | PV = "3.6" |
| 7 | SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master" |
| 8 | 8 | ||
| 9 | # Current PV is not a git tag but a Readme content, track commits to detect | ||
| 10 | # upstream updates | ||
| 11 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 12 | |||
| 9 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 10 | 14 | ||
| 11 | # installing in /opt/S-suite since the package has | 15 | # installing in /opt/S-suite since the package has |
