From 1f9fc9a3172ea322db3ed735a3e8d6cc8e2a8933 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 26 Sep 2023 15:56:44 +0800 Subject: [PATCH] Revert "build: replace SourceName with PKG_NAME compile unit name" This breaks ASU build, let's revert it until ASU gets fixed. This reverts commit 658549837282d0ca9decfdaf599fc67bf90418c6. Signed-off-by: Tianling Shen --- include/package-ipkg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index afa2b81eb9..3063a86a28 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -179,7 +179,7 @@ $$(call addfield,Depends,$$(Package/$(1)/DEPENDS) )$$(call addfield,Provides,$$(call mergelist,$$(filter-out $(1)$$(ABIV_$(1)),$(PROVIDES)$$(if $$(ABIV_$(1)), $(1) $(foreach provide,$(PROVIDES),$(provide)$$(ABIV_$(1)))))) )$$(call addfield,Alternatives,$$(call mergelist,$(ALTERNATIVES)) )$$(call addfield,Source,$(SOURCE) -)$$(call addfield,SourceName,$(PKG_NAME) +)$$(call addfield,SourceName,$(1) )$$(call addfield,License,$(LICENSE) )$$(call addfield,LicenseFiles,$(LICENSE_FILES) )$$(call addfield,Section,$(SECTION)