diff options
Diffstat (limited to 'meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb')
-rw-r--r-- | meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb | 4 |
1 files changed, 3 insertions, 1 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..4172de857c 100644 --- a/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb +++ b/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb | |||
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" | |||
6 | SRC_URI = "git://gitlab.com/postmarketOS/reboot-mode.git;protocol=http;branch=master" | 6 | SRC_URI = "git://gitlab.com/postmarketOS/reboot-mode.git;protocol=http;branch=master" |
7 | SRCREV = "84831b20512abd9033414ca5f5a023f333525335" | 7 | SRCREV = "84831b20512abd9033414ca5f5a023f333525335" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | |
10 | # Upstream repo has not made releases/tags after 1.0.0 | ||
11 | UPSTREAM_CHECK_COMMITS = "1" | ||
10 | 12 | ||
11 | do_compile() { | 13 | do_compile() { |
12 | ${CC} ${CFLAGS} ${LDFLAGS} ${S}/reboot-mode.c -o ${B}/reboot-mode | 14 | ${CC} ${CFLAGS} ${LDFLAGS} ${S}/reboot-mode.c -o ${B}/reboot-mode |