mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
reboot-mode: Add UPSTREAM_CHECK_COMMITS
Upstream repo has not made releases/tags after 1.0.0 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:
@@ -8,6 +8,9 @@ SRCREV = "84831b20512abd9033414ca5f5a023f333525335"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Upstream repo has not made releases/tags after 1.0.0
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
do_compile() {
|
||||
${CC} ${CFLAGS} ${LDFLAGS} ${S}/reboot-mode.c -o ${B}/reboot-mode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user