From f3dc6d87cb3a8d1e0d0eb89e27811518ce95002a Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Wed, 27 Sep 2017 14:54:44 +0200 Subject: [PATCH] wsapi: fix broken patch Fixes: http://autobuild.buildroot.net/results/f03c9a33289ab3104f30c3da98673ad6321db46b/ Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- package/wsapi/0001-Lua-5.3-compatibility.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/wsapi/0001-Lua-5.3-compatibility.patch b/package/wsapi/0001-Lua-5.3-compatibility.patch index d55c818805..9165ef2b90 100644 --- a/package/wsapi/0001-Lua-5.3-compatibility.patch +++ b/package/wsapi/0001-Lua-5.3-compatibility.patch @@ -11,10 +11,10 @@ Signed-off-by: Francois Perrad src/wsapi/util.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -diff --git a/src/wsapi/ringer.lua b/src/wsapi/ringer.lua +diff --git a/wsapi-1.6.1/src/wsapi/ringer.lua b/wsapi-1.6.1/src/wsapi/ringer.lua index 58309f2..db7b68f 100644 ---- a/src/wsapi/ringer.lua -+++ b/src/wsapi/ringer.lua +--- a/wsapi-1.6.1/src/wsapi/ringer.lua ++++ b/wsapi-1.6.1/src/wsapi/ringer.lua @@ -5,6 +5,7 @@ local rings = require "rings" local _M = {} @@ -23,10 +23,10 @@ index 58309f2..db7b68f 100644 local app_name, bootstrap_code, is_file = ... if bootstrap_code then local bootstrap, err -diff --git a/src/wsapi/util.lua b/src/wsapi/util.lua +diff --git a/wsapi-1.6.1/src/wsapi/util.lua b/wsapi-1.6.1/src/wsapi/util.lua index 24d3cfe..34e5816 100644 ---- a/src/wsapi/util.lua -+++ b/src/wsapi/util.lua +--- a/wsapi-1.6.1/src/wsapi/util.lua ++++ b/wsapi-1.6.1/src/wsapi/util.lua @@ -174,7 +174,7 @@ function _M.make_env_post(pd, type, qs) end -- 2.30.2