summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/neard
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-11-15 16:47:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-07 06:34:50 -0800
commitbbb425141e6b57941b52c04625f8674a66e493c6 (patch)
treecbacc1e6bae0c4ec065ca15a58cf007b8c46c9b8 /meta/recipes-connectivity/neard
parent9e6be8b149516d406d9b3d1d870cb2b8f5ddb4b4 (diff)
downloadpoky-bbb425141e6b57941b52c04625f8674a66e493c6.tar.gz
neard: 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: 1aa6e504b21d1e7290d81af8fc7863053269a196) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/neard')
-rw-r--r--meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch15
1 files changed, 6 insertions, 9 deletions
diff --git a/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch b/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch
index 466067693d..6e864079a9 100644
--- a/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch
+++ b/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch
@@ -16,18 +16,15 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
16 Makefile.am | 1 + 16 Makefile.am | 1 +
17 1 file changed, 1 insertion(+) 17 1 file changed, 1 insertion(+)
18 18
19diff --git a/Makefile.am b/Makefile.am 19Index: neard-0.16/Makefile.am
20index 3241311..a43eaa2 100644 20===================================================================
21--- a/Makefile.am 21--- neard-0.16.orig/Makefile.am
22+++ b/Makefile.am 22+++ neard-0.16/Makefile.am
23@@ -164,6 +164,7 @@ MAINTAINERCLEANFILES = Makefile.in \ 23@@ -244,6 +244,7 @@ SED_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(di
24 src/plugin.$(OBJEXT): src/builtin.h 24 src/plugin.$(OBJEXT): src/builtin.h
25 25
26 src/builtin.h: src/genbuiltin $(builtin_sources) 26 src/builtin.h: src/genbuiltin $(builtin_sources)
27+ $(AM_V_at)$(MKDIR_P) src 27+ $(AM_V_at)$(MKDIR_P) src
28 $(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@ 28 $(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
29 29
30 $(src_neard_OBJECTS) \ 30 se/plugin.$(OBJEXT): se/builtin.h
31--
321.7.9.5
33