diff options
| -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 c038966ba8..5e0c6cd21c 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 | } |
