diff options
Diffstat (limited to 'autopkg-tag.mk')
-rw-r--r-- | autopkg-tag.mk | 8 |
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)) |