python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / toolchain / toolchain-external / toolchain-external-custom / toolchain-external-custom.mk
blobc4ae6125ef75797be5acd4d840d5e1160f0e5b55
1 ################################################################################
3 # toolchain-external-custom
5 ################################################################################
7 TOOLCHAIN_EXTERNAL_CUSTOM_SITE = $(patsubst %/,%,$(dir $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_URL))))
8 TOOLCHAIN_EXTERNAL_CUSTOM_SOURCE = $(notdir $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_URL)))
10 ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CUSTOM),y)
11 # We can't check hashes for custom downloaded toolchains
12 BR_NO_CHECK_HASH_FOR += $(TOOLCHAIN_EXTERNAL_SOURCE)
13 endif
15 $(eval $(toolchain-external-package))