|
@@ -644,15 +644,7 @@ $(2)_EXTRACT_DEPENDENCIES += $$(BR2_TAR_HOST_DEPENDENCY)
|
|
|
endif
|
|
|
|
|
|
ifeq ($$(filter host-tar host-skeleton host-xz host-lzip host-fakedate,$(1)),)
|
|
|
-ifneq ($$(filter .xz .lzma,$$(suffix $$($(2)_SOURCE))),)
|
|
|
-$(2)_EXTRACT_DEPENDENCIES += $$(BR2_XZCAT_HOST_DEPENDENCY)
|
|
|
-endif
|
|
|
-endif
|
|
|
-
|
|
|
-ifeq ($$(filter host-tar host-skeleton host-xz host-lzip host-fakedate,$(1)),)
|
|
|
-ifneq ($$(filter .lz,$$(suffix $$($(2)_SOURCE))),)
|
|
|
-$(2)_EXTRACT_DEPENDENCIES += $$(BR2_LZIP_HOST_DEPENDENCY)
|
|
|
-endif
|
|
|
+$(2)_EXTRACT_DEPENDENCIES += $$(call extractor-pkg-dependency,$$($(2)_SOURCE))
|
|
|
endif
|
|
|
|
|
|
ifeq ($$(BR2_CCACHE),y)
|