mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -21,6 +21,8 @@ PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
|
|||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
||||||
|
PKG_BUILD_DEPENDS:=lua/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/luaposix
|
define Package/luaposix
|
||||||
@@ -30,7 +32,6 @@ define Package/luaposix
|
|||||||
TITLE:=luaposix
|
TITLE:=luaposix
|
||||||
URL:=http://luaforge.net/projects/luaposix/
|
URL:=http://luaforge.net/projects/luaposix/
|
||||||
DEPENDS:=+lua +librt
|
DEPENDS:=+lua +librt
|
||||||
PKG_BUILD_DEPENDS:=+lua/host
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luaposix/description
|
define Package/luaposix/description
|
||||||
|
|||||||
Reference in New Issue
Block a user