mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
lua: fix license path for lua 5.2
The file containing the license for lua 5.1 was removed and the license text was added to the readme in 5.2. [Peter: swap 5.1/5.2 logic] Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
edb0f3a4b8
commit
9ee5be096e
@ -12,7 +12,11 @@ endif
|
|||||||
LUA_SITE = http://www.lua.org/ftp
|
LUA_SITE = http://www.lua.org/ftp
|
||||||
LUA_INSTALL_STAGING = YES
|
LUA_INSTALL_STAGING = YES
|
||||||
LUA_LICENSE = MIT
|
LUA_LICENSE = MIT
|
||||||
|
ifeq ($(BR2_PACKAGE_LUA_5_1),y)
|
||||||
LUA_LICENSE_FILES = COPYRIGHT
|
LUA_LICENSE_FILES = COPYRIGHT
|
||||||
|
else
|
||||||
|
LUA_LICENSE_FILES = doc/readme.html
|
||||||
|
endif
|
||||||
|
|
||||||
LUA_PROVIDES = luainterpreter
|
LUA_PROVIDES = luainterpreter
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user