summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/relayd/relayd_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
index 98dc41a093..e3134e41fc 100644
--- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb
+++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
@@ -12,6 +12,8 @@ SRC_URI = "git://git.openwrt.org/project/relayd.git \
12SRCREV = "ad0b25ad74345d367c62311e14b279f5ccb8ef13" 12SRCREV = "ad0b25ad74345d367c62311e14b279f5ccb8ef13"
13PV = "0.0.1+git${SRCPV}" 13PV = "0.0.1+git${SRCPV}"
14 14
15UPSTREAM_CHECK_COMMITS = "1"
16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
16 18
17inherit cmake 19inherit cmake