diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2018-01-10 09:56:52 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2018-01-10 23:06:23 +0200 |
commit | 1476739d5f85be70b5db63b439dfe812065b52c7 (patch) | |
tree | d00ddfff7f361465166de183947791293432da66 /lang/python/python-idna | |
parent | f4c098cc85417fdfc39476d0b8fda6981ac3c265 (diff) |
treewide: use local python-package.mk & python3-package.mk files
This guarantees for the package feeds that
the mk files will always be available for all packages.
Will need to see about external-feed Python packages
a bit later.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python/python-idna')
-rw-r--r-- | lang/python/python-idna/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile index 3d17183a5..d5af7d39d 100644 --- a/lang/python/python-idna/Makefile +++ b/lang/python/python-idna/Makefile @@ -22,8 +22,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-idna-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk -$(call include_mk, python-package.mk) -$(call include_mk, python3-package.mk) +include ../python-package.mk +include ../python3-package.mk PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) |