|
@@ -761,6 +761,7 @@ endif # ifeq ($$($(2)_CPE_ID_VALID),YES)
|
|
# Similarly for the skeleton.
|
|
# Similarly for the skeleton.
|
|
$(2)_ADD_TOOLCHAIN_DEPENDENCY ?= YES
|
|
$(2)_ADD_TOOLCHAIN_DEPENDENCY ?= YES
|
|
$(2)_ADD_SKELETON_DEPENDENCY ?= YES
|
|
$(2)_ADD_SKELETON_DEPENDENCY ?= YES
|
|
|
|
+$(2)_ADD_CCACHE_DEPENDENCY ?= YES
|
|
|
|
|
|
|
|
|
|
ifeq ($(4),target)
|
|
ifeq ($(4),target)
|
|
@@ -772,6 +773,10 @@ $(2)_DEPENDENCIES += toolchain
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($$(BR2_CCACHE):$$($(2)_ADD_CCACHE_DEPENDENCY),y:YES)
|
|
|
|
+$(2)_DEPENDENCIES += host-ccache
|
|
|
|
+endif
|
|
|
|
+
|
|
ifneq ($(1),host-skeleton)
|
|
ifneq ($(1),host-skeleton)
|
|
$(2)_DEPENDENCIES += host-skeleton
|
|
$(2)_DEPENDENCIES += host-skeleton
|
|
endif
|
|
endif
|
|
@@ -792,12 +797,6 @@ $(2)_EXTRACT_DEPENDENCIES += \
|
|
$$(call extractor-pkg-dependency,$$(notdir $$(dl))))
|
|
$$(call extractor-pkg-dependency,$$(notdir $$(dl))))
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($$(BR2_CCACHE),y)
|
|
|
|
-ifeq ($$(filter host-tar host-skeleton host-xz host-lzip host-fakedate host-ccache host-cmake host-hiredis host-pkgconf host-zstd host-xxhash host-blake3,$(1)),)
|
|
|
|
-$(2)_DEPENDENCIES += host-ccache
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($$(BR2_REPRODUCIBLE),y)
|
|
ifeq ($$(BR2_REPRODUCIBLE),y)
|
|
ifeq ($$(filter host-skeleton host-fakedate,$(1)),)
|
|
ifeq ($$(filter host-skeleton host-fakedate,$(1)),)
|
|
$(2)_DEPENDENCIES += host-fakedate
|
|
$(2)_DEPENDENCIES += host-fakedate
|