summaryrefslogtreecommitdiff
path: root/autopkg-tag.mk
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-30 11:18:06 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-30 11:18:06 +0200
commitd7b7793976ee2d1fac1763c224edcc7405168c57 (patch)
tree0a58b6767a306fc430816829c73cc88f6a601767 /autopkg-tag.mk
parentcef196855f630f7bfd1850e0e50c8fb21bfe8891 (diff)
downloadopenwrt-personal-pkgs-d7b7793976ee2d1fac1763c224edcc7405168c57.tar.gz
openwrt-personal-pkgs-d7b7793976ee2d1fac1763c224edcc7405168c57.tar.bz2
openwrt-personal-pkgs-d7b7793976ee2d1fac1763c224edcc7405168c57.zip
Move autopkg to package so it is accessible
Diffstat (limited to 'autopkg-tag.mk')
-rw-r--r--autopkg-tag.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/autopkg-tag.mk b/autopkg-tag.mk
deleted file mode 100644
index 6fe08d4..0000000
--- a/autopkg-tag.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autopkg tracking latest version tag
-AUTOPKG_VARIANT:=tag
-$(call include_mk, autopkg-common.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))