diff mbox series

[V2] wsapi: fix broken patch

Message ID 20170927125444.14382-1-francois.perrad@gadz.org
State Accepted
Headers show
Series [V2] wsapi: fix broken patch | expand

Commit Message

Francois Perrad Sept. 27, 2017, 12:54 p.m. UTC
see http://autobuild.buildroot.net/results/f03/f03c9a33289ab3104f30c3da98673ad6321db46b/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/wsapi/0001-Lua-5.3-compatibility.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Thomas Petazzoni Sept. 27, 2017, 7:09 p.m. UTC | #1
Hello,

On Wed, 27 Sep 2017 14:54:44 +0200, Francois Perrad wrote:
> see http://autobuild.buildroot.net/results/f03/f03c9a33289ab3104f30c3da98673ad6321db46b/
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/wsapi/0001-Lua-5.3-compatibility.patch | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/wsapi/0001-Lua-5.3-compatibility.patch b/package/wsapi/0001-Lua-5.3-compatibility.patch
index d55c81880..9165ef2b9 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 <francois.perrad@gadz.org>
  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