summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-05 17:42:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-08 10:10:15 +0000
commit2961717078ccecd2a223c03eed1902024c9cdd15 (patch)
treea64acb72c714585400734254bbe8ce828f2b6b86 /meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
parentc5f7310d6fe4bafffc89142e0b3b236d8296a700 (diff)
downloadpoky-2961717078ccecd2a223c03eed1902024c9cdd15.tar.gz
ppp: Update 2.4.8 -> 2.4.9
This is the first ppp release in a long time. Many patches were resolved upstream: * musl fixes were merged * EAP patch was a backport added upstream * cflags were fixed upstream * CVE fix was merged upstream and a backport * pcap header from the host was fixed upstream * suid bits during install was removed upstream The only patch left was the /var/ redirect for resolv.conf which no longer applied cleanly after upstream changes. For this one the patch will need to be rewritten (and preferably submitted upstream) by someone who needs/uses it. It was presumbaly for RO rootfs and may be resolved by symlinks in modern system usage anyway. Tweak the files pulled into the pppoe package for a compatibility symlink and module rename. Add CC to the OEMAKE command to allow builds correctly. [Big thanks to Alex Kanavin for a lot of the work with upstream and pre-release testing of this] (From OE-Core rev: b524ba3e7941b9112ae4b6ae4aa7795c59ff0d16) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch')
-rw-r--r--meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch b/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
deleted file mode 100644
index 614a474c37..0000000000
--- a/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 505705d0e1b55ce3fdc10d0e5eab5488f869adb6 Mon Sep 17 00:00:00 2001
2From: Andreas Oberritter <obi@opendreambox.org>
3Date: Thu, 1 Jul 2010 14:34:12 +0800
4Subject: [PATCH] ppp: Upgraded to version 2.4.5
5
6The patch comes from OpenEmbedded.
7Rebased for ppp-2.4.5. Dongxiao Xu <dongxiao.xu@intel.com>
8
9Updated from OE-Classic to include the pcap hunk.
10Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
11
12Upstream-Status: Inappropriate [configuration]
13
14---
15 pppd/Makefile.linux | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
19index 4e485a1..44c4193 100644
20--- a/pppd/Makefile.linux
21+++ b/pppd/Makefile.linux
22@@ -188,10 +188,10 @@ LIBS += -ldl
23 endif
24
25 ifdef FILTER
26-ifneq ($(wildcard /usr/include/pcap-bpf.h),)
27+#ifneq ($(wildcard /usr/include/pcap-bpf.h),)
28 LIBS += -lpcap
29 CFLAGS += -DPPP_FILTER
30-endif
31+#endif
32 endif
33
34 ifdef HAVE_INET6