From 46c489c7bddb6a7fed0beceb0d51bb4c93c64f5b Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Thu, 21 Dec 2017 13:23:57 +0200 Subject: ppp: remove obsolete patch Available via poky (commit 97d7e4ca751e6010da97e7f082dd13230fe3ef10 in morty branch) since latest poky revision update. Change-Id: I30818f49622037fc96d3af144eb94f78caf32494 Reviewed-by: Samuli Piippo --- .../files/ppp-fix-building-with-linux-4.8.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 recipes/ppp/files/ppp-fix-building-with-linux-4.8.patch (limited to 'recipes/ppp/files') diff --git a/recipes/ppp/files/ppp-fix-building-with-linux-4.8.patch b/recipes/ppp/files/ppp-fix-building-with-linux-4.8.patch deleted file mode 100644 index 17e7975..0000000 --- a/recipes/ppp/files/ppp-fix-building-with-linux-4.8.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/pppd/plugins/rp-pppoe/pppoe.h b/pppd/plugins/rp-pppoe/pppoe.h -index 9ab2eee..96d2794 100644 ---- a/pppd/plugins/rp-pppoe/pppoe.h -+++ b/pppd/plugins/rp-pppoe/pppoe.h -@@ -47,6 +47,10 @@ - #include - #endif - -+/* This has to be included before Linux 4.8's linux/in.h -+ * gets dragged in. */ -+#include -+ - /* Ugly header files on some Linux boxes... */ - #if defined(HAVE_LINUX_IF_H) - #include -@@ -84,7 +88,6 @@ typedef unsigned long UINT32_t; - #include - #endif - --#include - - #ifdef HAVE_NETINET_IF_ETHER_H - #include -- cgit v1.2.3-54-g00ecf