diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-17 10:21:38 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-06-28 10:28:53 -0400 |
commit | 306e67956b8cb717ae29cde46d7270b1ffecc77e (patch) | |
tree | 2623161ff4fd9a715660bba5c0c6965865ff2f64 /meta-networking/recipes-connectivity | |
parent | 371fbfdec217a0eed9bd43d596f1fef074db6714 (diff) | |
download | meta-openembedded-306e67956b8cb717ae29cde46d7270b1ffecc77e.tar.gz |
relayd: Upgrade to latest
Fixes build with hardening flags
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/relayd/relayd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb index 50297f38d..ef28d2c42 100644 --- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb +++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb | |||
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab | |||
5 | 5 | ||
6 | DEPENDS = "libubox" | 6 | DEPENDS = "libubox" |
7 | 7 | ||
8 | SRC_URI = "git://nbd.name/relayd.git" | 8 | SRC_URI = "git://git.openwrt.org/project/relayd.git" |
9 | 9 | ||
10 | SRCREV = "2970ff60bac6b70ecb682779d5c776dc559dc0b9" | 10 | SRCREV = "ad0b25ad74345d367c62311e14b279f5ccb8ef13" |
11 | PV = "0.0.1+git${SRCPV}" | 11 | PV = "0.0.1+git${SRCPV}" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |