mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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>
This commit is contained in:
@@ -6,6 +6,10 @@ SRCREV = "f97f1ae321d1fb8111a2c638075702ed2512ff07"
|
||||
PV = "3.6"
|
||||
SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master"
|
||||
|
||||
# Current PV is not a git tag but a Readme content, track commits to detect
|
||||
# upstream updates
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# installing in /opt/S-suite since the package has
|
||||
|
||||
Reference in New Issue
Block a user