luaposix: move PKG_BUILD_DEPENDS to generic part of Makefile
Also remove the superfluous + sign in PKG_BUILD_DEPENDS (a + sign does not have meaning in build depends). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
eede1a6d48
commit
778af6722a
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,8 @@ PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
|
|||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_BUILD_DEPENDS:=lua/host
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/luaposix
|
||||
|
@ -30,7 +32,6 @@ define Package/luaposix
|
|||
TITLE:=luaposix
|
||||
URL:=http://luaforge.net/projects/luaposix/
|
||||
DEPENDS:=+lua +librt
|
||||
PKG_BUILD_DEPENDS:=+lua/host
|
||||
endef
|
||||
|
||||
define Package/luaposix/description
|
||||
|
|
Loading…
Reference in a new issue