mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: use relative include paths for python Makefiles
This updates the include paths for python(3)-package.mk to be relative to the package Makefile. If not, in certain cases this will print errors like the following one: ERROR: please fix feeds/openwrt/net/freeradius3/Makefile - see logs/feeds/openwrt/net/freeradius3/dump.txt for details In the dump.txt there is the following: Makefile:42: /mylocalpath/feeds/packages/lang/python/python3-package.mk: No such file or directory make[1]: *** No rule to make target '/mylocalpath/feeds/packages/lang/python/python3-package.mk'. Stop. The relative path is used already in 19.07 for most of the packages, and has been updated for the packages at hand in master as well:302f4d17e3("libmraa,libupm: Disable default Python package build recipe")1bc2f4f3c6("treewide: Remove Python variants for non-Python packages") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Adrian Schmutzler
parent
07d541c145
commit
d85c355aa1
@@ -30,8 +30,8 @@ PKG_CONFIG_DEPENDS := \
|
||||
CFLAGS += $(FPIC)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(TOPDIR)/feeds/packages/lang/python/python-package.mk
|
||||
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk
|
||||
include ../../lang/python/python-package.mk
|
||||
include ../../lang/python/python3-package.mk
|
||||
|
||||
define Package/freeradius3/config
|
||||
source "$(SOURCE)/Config.in"
|
||||
|
||||
Reference in New Issue
Block a user