summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo/files/autopkg-tag.mk
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-30 12:37:18 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-30 12:37:18 +0200
commitd83bde419809e1836983c8fead7185dfb7689b04 (patch)
treed0e0c8b746a7f24775d9d7f67ab73f2325cec7a6 /personal-pkgs-repo/files/autopkg-tag.mk
parentd7b7793976ee2d1fac1763c224edcc7405168c57 (diff)
downloadopenwrt-personal-pkgs-d83bde419809e1836983c8fead7185dfb7689b04.tar.gz
openwrt-personal-pkgs-d83bde419809e1836983c8fead7185dfb7689b04.tar.bz2
openwrt-personal-pkgs-d83bde419809e1836983c8fead7185dfb7689b04.zip
autopkg: split common
Diffstat (limited to 'personal-pkgs-repo/files/autopkg-tag.mk')
-rw-r--r--personal-pkgs-repo/files/autopkg-tag.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/personal-pkgs-repo/files/autopkg-tag.mk b/personal-pkgs-repo/files/autopkg-tag.mk
index 6fe08d4..077c7ad 100644
--- a/personal-pkgs-repo/files/autopkg-tag.mk
+++ b/personal-pkgs-repo/files/autopkg-tag.mk
@@ -1,8 +1,8 @@
# Autopkg tracking latest version tag
AUTOPKG_VARIANT:=tag
-$(call include_mk, autopkg-common.mk)
+$(call include_mk, autopkg-head.mk)
PKG_SOURCE_VERSION:=$(shell git $(GIT_ARGS) tag | grep '^v' | sort | tail -1)
PKG_VERSION:=$(subst v%,%,$(PKG_SOURCE_VERSION))
-$(eval $(call AUTOPKG_TAIL))
+$(call include_mk, autopkg-tail.mk)