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:
Yoann Congal 2024-07-19 17:58:58 +02:00 committed by Khem Raj
parent e41da0779b
commit c41eeac0eb
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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
}