summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-26 10:12:01 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-26 10:12:01 +0200
commitc232e31116a1f743f0caa2a93678cb1abe198d9f (patch)
treed21124a37d46d092092a6b25611b014b6f19d5cc /personal-pkgs-repo
parent3aeaf5413bf2c23612c23a751dabc7c3c378c53f (diff)
downloadopenwrt-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/Makefile5
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