1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 01:27:28 +02:00

lua5.3: drop unwanted & unneeded PROVIDES

The plan for packaging Lua is to have "lua5.1" and "lua5.3" packages
with only the first one having "lua" alias (PROVIDES) for backward
compatibility with existing packages.

Putting PROVIDES in lua5.3 was a copy & paste mistake.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki 2019-06-30 10:16:08 +02:00
parent 9e780ed5f7
commit 17ae3eb9ff

View File

@ -43,7 +43,6 @@ endef
define Package/lua5.3
$(call Package/lua5.3/Default)
TITLE+= (interpreter)
PROVIDES:=lua
endef
define Package/lua5.3/description
@ -54,7 +53,6 @@ endef
define Package/luac5.3
$(call Package/lua5.3/Default)
TITLE+= (compiler)
PROVIDES:=luac
endef
define Package/luac5.3/description