diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-19 17:58:58 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:11 -0700 |
commit | c41eeac0ebca4a086f426d45abc55f2e191183ab (patch) | |
tree | 0344c9b2039f7f105ce5bede6e20e64b2e319cfe | |
parent | e41da0779bedaf9e37fe7c5a901bef10ecf22351 (diff) | |
download | meta-openembedded-c41eeac0ebca4a086f426d45abc55f2e191183ab.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb b/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb index c038966ba..5e0c6cd21 100644 --- a/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb +++ b/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb | |||
@@ -8,6 +8,9 @@ SRCREV = "84831b20512abd9033414ca5f5a023f333525335" | |||
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | # Upstream repo has not made releases/tags after 1.0.0 | ||
12 | UPSTREAM_CHECK_COMMITS = "1" | ||
13 | |||
11 | do_compile() { | 14 | do_compile() { |
12 | ${CC} ${CFLAGS} ${LDFLAGS} ${S}/reboot-mode.c -o ${B}/reboot-mode | 15 | ${CC} ${CFLAGS} ${LDFLAGS} ${S}/reboot-mode.c -o ${B}/reboot-mode |
13 | } | 16 | } |