From: Matthias Schiffer Date: Sun, 7 Jan 2018 19:00:47 +0000 (+0100) Subject: luaposix: move PKG_BUILD_DEPENDS to generic part of Makefile X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=778af6722a8762c01d0f7de94e5e70c3f01e830a;p=openwrt-packages.git 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 --- diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index c9f82c0ee..abc1e52bb 100644 --- a/lang/luaposix/Makefile +++ b/lang/luaposix/Makefile @@ -21,6 +21,8 @@ PKG_MAINTAINER:=Maxim Storchak 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