]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
swig: enable support for Node.js >= 7.x
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 29 Sep 2017 11:59:16 +0000 (13:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Oct 2017 13:50:08 +0000 (15:50 +0200)
commit4739b31359bf7b4a7b8583c97605faf2e2de0691
treeb182a76cfcc264b72c54770d8b17b1d83b8ef21e
parent0891510dc600d8d58f2cc69fc8f648387f4a548b
swig: enable support for Node.js >= 7.x

Recent Node.js versions have removed some depreciated API calls,
that swig still relies on. Patches taken from this PR [1] fix
this issue.

[1] https://github.com/swig/swig/pull/968

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/swig/0001-Add-Node-7.x-aka-V8-5.2-support.patch [new file with mode: 0644]
package/swig/0002-Remove-warnings-on-Node-6.x-aka-V8-5.0-and-5.1.patch [new file with mode: 0644]