summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb
diff options
context:
space:
mode:
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.bb4
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"
6SRC_URI = "git://gitlab.com/postmarketOS/reboot-mode.git;protocol=http;branch=master" 6SRC_URI = "git://gitlab.com/postmarketOS/reboot-mode.git;protocol=http;branch=master"
7SRCREV = "84831b20512abd9033414ca5f5a023f333525335" 7SRCREV = "84831b20512abd9033414ca5f5a023f333525335"
8 8
9S = "${WORKDIR}/git" 9
10# Upstream repo has not made releases/tags after 1.0.0
11UPSTREAM_CHECK_COMMITS = "1"
10 12
11do_compile() { 13do_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