aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-12-03 12:49:29 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-01-05 12:43:32 -0500
commit5ecb9d547419a93cfaad1a9f8b64d6b79b5ef8b9 (patch)
tree4f658ba555764a153f5382cffa4a6f359145c800 /meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb
parent83102891877bd857ff0267137c2bc72089cadbc3 (diff)
downloadmeta-openembedded-contrib-5ecb9d547419a93cfaad1a9f8b64d6b79b5ef8b9.tar.gz
xl2tpd: fix warnings with gcc 5
When compile with gcc 5.x, xl2tpd complains warnings: | misc.h:68:20: warning: inline function 'swaps' declared but never defined | extern inline void swaps (void *, int); | ^ Backport patch to fix it. Signed-off-by: Kai Kang <kai.kang@windriver.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-protocols/xl2tpd/xl2tpd_1.3.6.bb')
-rw-r--r--meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb
index eba0cf5282..515553f00d 100644
--- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb
+++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb
@@ -1,3 +1,5 @@
require xl2tpd.inc
-SRC_URI = "git://github.com/xelerance/xl2tpd.git;protocol=git;tag=v${PV}"
+SRC_URI = "git://github.com/xelerance/xl2tpd.git;protocol=git;tag=v${PV} \
+ file://fix-inline-functions-errors-with-gcc-5.x.patch \
+"