forked from SynoCommunity/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Framework: enhance unsupported archs handling (SynoCommunity#5383)
* enhance unsupported archs handling: - remove unsupported archs from generic archs in arch list of spk packages - introduce Makefile variable UNSUPPORTED_ARCHS_TCVERSION to define arch-tcversion tuples as unsupported - define DOTNET_UNSUPPORTED_ARCHS to be used in packages depending on dotnet * update spksrc.spk.mk - document most of the variables - introduce variable REMOVE_FROM_GENERIC_ARCHS - enable overwrite of SPK_NAME_ARCH to customize spk file name - remove obsolete variable ADDITIONAL_SCRIPTS (undocumented and unused) - add WIZARD_FILE_NAMES as list of wizard file names - avoid duplicates in wizards target * introduce variable SPK_PACKAGE_ARCHS - use SPK_PACKAGE_ARCHS to explicitly set the archs in the spk file
- Loading branch information
Showing
3 changed files
with
88 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters