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:
Matthias Schiffer 2018-01-07 20:00:47 +01:00
parent eede1a6d48
commit 778af6722a
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 2 additions and 1 deletions

View File

@ -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