diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-12-03 21:34:38 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-03 23:09:10 +0100 |
commit | 092a4955cea8a7407608265583639ac12d4cd6fd (patch) | |
tree | eadf9f212a9f580587c4d1e0a289d95a946b53b6 /package/trinity/0001-use-userspace-headers-for-ax25-instead-of-kernel.patch | |
parent | 2c4149df17166e023bbe8ef06a6fa6d594f8aea8 (diff) | |
download | buildroot-092a4955cea8a7407608265583639ac12d4cd6fd.tar.gz buildroot-092a4955cea8a7407608265583639ac12d4cd6fd.zip |
trinity: bump to version 1.8
Drop upstream patches.
Add an upstream patch fixing build with kernel headers v4.14 or newer.
Enable build for musl; Marcin Nowakowski fixed all incompatibilities in
this version.
Fixes:
http://autobuild.buildroot.net/results/1a8/1a891bfa1f29060003bb7f4fce100aa5a1034673/
http://autobuild.buildroot.net/results/f22/f22cb03a4ec1eafb89ca5e81a2864f928117b54d/
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/trinity/0001-use-userspace-headers-for-ax25-instead-of-kernel.patch')
-rw-r--r-- | package/trinity/0001-use-userspace-headers-for-ax25-instead-of-kernel.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/trinity/0001-use-userspace-headers-for-ax25-instead-of-kernel.patch b/package/trinity/0001-use-userspace-headers-for-ax25-instead-of-kernel.patch deleted file mode 100644 index e077bf43f2..0000000000 --- a/package/trinity/0001-use-userspace-headers-for-ax25-instead-of-kernel.patch +++ /dev/null @@ -1,26 +0,0 @@ -From b0e66a2d084ffc210bc1fc247efb4d177e9f7e3d Mon Sep 17 00:00:00 2001 -From: Dave Jones <davej@codemonkey.org.uk> -Date: Mon, 5 Dec 2016 12:46:14 -0500 -Subject: [PATCH] use userspace headers for ax25 instead of kernel. - -This should solve https://bugzilla.redhat.com/show_bug.cgi?id=1400720 - -[Upstream commit: https://github.com/kernelslacker/trinity/commit/b0e66a2d084ffc210bc1fc247efb4d177e9f7e3d] -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - net/proto-rose.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/net/proto-rose.c b/net/proto-rose.c -index ccbf294f..b277f839 100644 ---- a/net/proto-rose.c -+++ b/net/proto-rose.c -@@ -6,7 +6,7 @@ - #include <sys/un.h> - #include <netinet/in.h> - #include <bits/sockaddr.h> --#include <linux/ax25.h> /* for ax25_address in rose.h */ -+#include <netax25/ax25.h> /* for ax25_address in rose.h */ - #include <netrose/rose.h> - #include <stdlib.h> - #include "net.h" |