aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/relayd/relayd_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-17 10:21:41 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-06-28 10:29:00 -0400
commit487481d48f8fd6c9cce77711e92d3bc9786a8fe1 (patch)
tree5a433bdbda3b9efee4844cc0cc68e688ebbf27b9 /meta-networking/recipes-connectivity/relayd/relayd_git.bb
parent306e67956b8cb717ae29cde46d7270b1ffecc77e (diff)
downloadmeta-openembedded-contrib-487481d48f8fd6c9cce77711e92d3bc9786a8fe1.tar.gz
relayd: Fix build with hardening flags and glibc
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/relayd/relayd_git.bb')
-rw-r--r--meta-networking/recipes-connectivity/relayd/relayd_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
index ef28d2c424..98dc41a093 100644
--- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb
+++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab
DEPENDS = "libubox"
-SRC_URI = "git://git.openwrt.org/project/relayd.git"
+SRC_URI = "git://git.openwrt.org/project/relayd.git \
+ file://0001-rtnl_flush-Error-on-failed-write.patch \
+"
SRCREV = "ad0b25ad74345d367c62311e14b279f5ccb8ef13"
PV = "0.0.1+git${SRCPV}"