diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-26 10:12:01 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-26 10:12:01 +0200 |
commit | c232e31116a1f743f0caa2a93678cb1abe198d9f (patch) | |
tree | d21124a37d46d092092a6b25611b014b6f19d5cc /personal-pkgs-repo | |
parent | 3aeaf5413bf2c23612c23a751dabc7c3c378c53f (diff) | |
download | openwrt-personal-pkgs-c232e31116a1f743f0caa2a93678cb1abe198d9f.tar.gz openwrt-personal-pkgs-c232e31116a1f743f0caa2a93678cb1abe198d9f.tar.bz2 openwrt-personal-pkgs-c232e31116a1f743f0caa2a93678cb1abe198d9f.zip |
Add dependencies to personal-pkgs-repo
Diffstat (limited to 'personal-pkgs-repo')
-rw-r--r-- | personal-pkgs-repo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index f4f5e18..81a539a 100644 --- a/personal-pkgs-repo/Makefile +++ b/personal-pkgs-repo/Makefile @@ -8,14 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=personal-pkgs-repo -PKG_VERSION:=1 +PKG_VERSION:=1.1 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) - TITLE:=Package with repository key + TITLE:=Package with repository key and meta dependencies + DEPENDS:=+shellrc-zsh +shellrc-ash endef define Build/Compile |