diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-30 12:42:30 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-30 12:52:23 +0200 |
commit | 7a4e7809358548e24a5debb375e6e6a368247f79 (patch) | |
tree | b457ae7ba1461966683b28f1f65191443236ee5b /personal-pkgs-repo/files/autopkg-tail.mk | |
parent | a6abd46888c5780377786b50e7a1ca8812ab0960 (diff) | |
download | openwrt-personal-pkgs-7a4e7809358548e24a5debb375e6e6a368247f79.tar.gz openwrt-personal-pkgs-7a4e7809358548e24a5debb375e6e6a368247f79.tar.bz2 openwrt-personal-pkgs-7a4e7809358548e24a5debb375e6e6a368247f79.zip |
autopkg: move it back
Diffstat (limited to 'personal-pkgs-repo/files/autopkg-tail.mk')
-rw-r--r-- | personal-pkgs-repo/files/autopkg-tail.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/personal-pkgs-repo/files/autopkg-tail.mk b/personal-pkgs-repo/files/autopkg-tail.mk deleted file mode 100644 index 3b6d104..0000000 --- a/personal-pkgs-repo/files/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_TAIL |