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/wireshark | |
| 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/wireshark')
| -rw-r--r-- | package/wireshark/wireshark.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index 4720960e59..3b83389c19 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -107,7 +107,7 @@ WIRESHARK_CONF_OPTS += --without-libxml2 endif # no support for lua53 yet -ifeq ($(BR2_PACKAGE_LUA_5_1)$(BR2_PACKAGE_LUA_5_2),y) +ifeq ($(BR2_PACKAGE_LUA_5_1),y) WIRESHARK_CONF_OPTS += --with-lua WIRESHARK_DEPENDENCIES += lua else |

