mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
e41da0779b
commit
c41eeac0eb
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user