diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/s-suite/s-suite_git.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 5 |
1 files changed, 4 insertions, 1 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..caefdb7b6b 100644 --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | |||
@@ -6,7 +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 | S = "${WORKDIR}/git" | 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 | |||
10 | 13 | ||
11 | # installing in /opt/S-suite since the package has | 14 | # installing in /opt/S-suite since the package has |
12 | # dependencies to the directory structure. | 15 | # dependencies to the directory structure. |