summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-08 20:17:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-09 09:17:03 -0800
commitac91e7084fdea49befdb84e78d4a533c075dd28f (patch)
treefa208fe5725cb52dbc763c106c3ec90f8bec85fc /meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
parent50178323e6ea268896a79a7027069dca5ba0fabd (diff)
downloadpoky-ac91e7084fdea49befdb84e78d4a533c075dd28f.tar.gz
ppp: refresh patches
The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a patch applied with fuzz to produce broken code which still compiles (see #10450). This is obviously bad. We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For that to be realistic the existing patches with fuzz need to be rebased and reviewed. (From OE-Core rev: 9f2ce622866c9766dc861561671ebb3f1c407e0b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 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.patch15
1 files changed, 8 insertions, 7 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
index d59717ebd3..8a69396cc7 100644
--- a/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
+++ b/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
@@ -6,10 +6,11 @@ Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
6 6
7Upstream-Status: Inappropriate [configuration] 7Upstream-Status: Inappropriate [configuration]
8 8
9diff -urN ppp-2.4.5-orig/pppd/Makefile.linux ppp-2.4.5/pppd/Makefile.linux 9Index: ppp-2.4.7/pppd/Makefile.linux
10--- ppp-2.4.5-orig/pppd/Makefile.linux 2010-06-30 15:51:12.043682063 +0800 10===================================================================
11+++ ppp-2.4.5/pppd/Makefile.linux 2010-06-30 17:08:21.806363042 +0800 11--- ppp-2.4.7.orig/pppd/Makefile.linux
12@@ -117,10 +117,10 @@ 12+++ ppp-2.4.7/pppd/Makefile.linux
13@@ -120,10 +120,10 @@ CFLAGS += -DHAS_SHADOW
13 #LIBS += -lshadow $(LIBS) 14 #LIBS += -lshadow $(LIBS)
14 endif 15 endif
15 16
@@ -20,9 +21,9 @@ diff -urN ppp-2.4.5-orig/pppd/Makefile.linux ppp-2.4.5/pppd/Makefile.linux
20-endif 21-endif
21+#endif 22+#endif
22 23
23 ifdef NEEDDES 24 ifdef USE_LIBUTIL
24 ifndef USE_CRYPT 25 CFLAGS += -DHAVE_LOGWTMP=1
25@@ -169,10 +169,10 @@ 26@@ -177,10 +177,10 @@ LIBS += -ldl
26 endif 27 endif
27 28
28 ifdef FILTER 29 ifdef FILTER