From 1476739d5f85be70b5db63b439dfe812065b52c7 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 10 Jan 2018 09:56:52 +0200 Subject: 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 --- lang/python/python-yaml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python/python-yaml') diff --git a/lang/python/python-yaml/Makefile b/lang/python/python-yaml/Makefile index c6314c8b1..7846ce267 100644 --- a/lang/python/python-yaml/Makefile +++ b/lang/python/python-yaml/Makefile @@ -23,8 +23,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION) PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) 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 define Package/python-yaml/Default SUBMENU:=Python -- cgit v1.2.3