Also remove the superfluous + sign in PKG_BUILD_DEPENDS (a + sign does not
have meaning in build depends).
Signed-off-by: Matthias Schiffer <redacted>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
+PKG_BUILD_DEPENDS:=lua/host
+
include $(INCLUDE_DIR)/package.mk
define Package/luaposix
TITLE:=luaposix
URL:=http://luaforge.net/projects/luaposix/
DEPENDS:=+lua +librt
- PKG_BUILD_DEPENDS:=+lua/host
endef
define Package/luaposix/description