diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-12-02 11:25:06 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-09 17:38:50 +0100 |
commit | 297613f1c7e28efc389665bfb70d147f2cdcffa1 (patch) | |
tree | a459eda1f75dbe87bb2b499c87b6d9d943707957 /package/lua/5.2.4/0001-root-path.patch | |
parent | 269fa3fa9fd286307424cbe36f259e8d6afb8dfd (diff) | |
download | buildroot-297613f1c7e28efc389665bfb70d147f2cdcffa1.tar.gz buildroot-297613f1c7e28efc389665bfb70d147f2cdcffa1.zip |
package/lua: remove 5.2.x version
At this time :
- Lua 5.3.5 will be the last one of its serie.
- Lua 5.4 is up coming (lua-5.4.0-work2 is already available).
- Lua 5.2.4 was released on 2015.
For various reasons in the Lua ecosystem, the Lua 5.1 will stay.
On BR, Lua 5.3 is the default version since 2016.02.
So, the serie which could be removed is the 5.2.x.
We could wait some days for other user feedback.
Note: see discussion when 5.3.x was introduced :
http://lists.busybox.net/pipermail/buildroot/2015-January/117638.html
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/lua/5.2.4/0001-root-path.patch')
-rw-r--r-- | package/lua/5.2.4/0001-root-path.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/lua/5.2.4/0001-root-path.patch b/package/lua/5.2.4/0001-root-path.patch deleted file mode 100644 index c6f242c20e..0000000000 --- a/package/lua/5.2.4/0001-root-path.patch +++ /dev/null @@ -1,17 +0,0 @@ -Adjust installation location to /usr. - -Signed-off-by: Francois Perrad <francois.perrad@gadz.org> - -Index: b/src/luaconf.h -=================================================================== ---- a/src/luaconf.h -+++ b/src/luaconf.h -@@ -100,7 +100,7 @@ - #else /* }{ */ - - #define LUA_VDIR LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/" --#define LUA_ROOT "/usr/local/" -+#define LUA_ROOT "/usr/" - #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR - #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR - #define LUA_PATH_DEFAULT \ |