mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05: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:
		
							parent
							
								
									9e780ed5f7
								
							
						
					
					
						commit
						17ae3eb9ff
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user