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-six | |
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-six')
-rw-r--r-- | lang/python/python-six/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-six/Makefile b/lang/python/python-six/Makefile index ff91bde11..e59784064 100644 --- a/lang/python/python-six/Makefile +++ b/lang/python/python-six/Makefile @@ -25,8 +25,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana include $(INCLUDE_DIR)/host-build.mk 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) HOST_UNPACK:=$(HOST_TAR) -C $(HOST_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) |