From 778af6722a8762c01d0f7de94e5e70c3f01e830a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 7 Jan 2018 20:00:47 +0100 Subject: [PATCH] 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 --- lang/luaposix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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