Browse Source

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>
lilik-openwrt-22.03
Matthias Schiffer 7 years ago
parent
commit
778af6722a
No known key found for this signature in database GPG Key ID: 16EF3F64CB201D9C
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lang/luaposix/Makefile

+ 2
- 1
lang/luaposix/Makefile 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


Loading…
Cancel
Save