summaryrefslogtreecommitdiff
path: root/autopkg-tail.mk
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-02-04 12:55:45 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-02-04 12:55:45 +0100
commit42042f7fb27086042a983a247a34222ead9eae82 (patch)
tree8b6080a51a26c027152cdc55418d301e0e184420 /autopkg-tail.mk
parent896430931c3a1aa9607b0709163f085de3a16064 (diff)
downloadopenwrt-personal-pkgs-42042f7fb27086042a983a247a34222ead9eae82.tar.gz
openwrt-personal-pkgs-42042f7fb27086042a983a247a34222ead9eae82.tar.bz2
openwrt-personal-pkgs-42042f7fb27086042a983a247a34222ead9eae82.zip
Drop autopkg
This is now part of turris-build repository so need to have it here.
Diffstat (limited to 'autopkg-tail.mk')
-rw-r--r--autopkg-tail.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/autopkg-tail.mk b/autopkg-tail.mk
deleted file mode 100644
index 2669b54..0000000
--- a/autopkg-tail.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-ifndef AUTOPKG_VARIANT
- $(error "Don't include autopkg-tail.mk directly!")
-endif
-
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
-HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)
-
-undefine TMP_REPO_PATH
-undefine GIT_ARGS
-undefine AUTOPKG_VARIANT