diff options
| author | Alexey Neyman <stilor@att.net> | 2019-04-05 14:09:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-05 14:09:48 -0700 |
| commit | 51f1db5c0aed562caf6d195ee5d3666ee33cc0ad (patch) | |
| tree | dfcb47a7f71ddb84e81e6a89530dcaf4f33b0dfe /maintainer | |
| parent | ace18924a37dce89d9476dfc9a4ec329e77660a2 (diff) | |
| parent | 693d3943b10665b99a31ab1f3b4058fb4b3a32d1 (diff) | |
| download | crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.tar.gz crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.tar.bz2 crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.zip | |
Merge pull request #1178 from stilor/master
Last fixes for 1.24.0
Diffstat (limited to 'maintainer')
| -rw-r--r-- | maintainer/kconfig-versions.template | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index 3db512e2..61414f50 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -276,6 +276,26 @@ config @@fork|@@_VERY_OLD #!end-foreach endchoice + +# A flag indicating that no valid selections exist for the version. +# This may happen if there are conflicting requirements set by +# the host system and/or other packages. +config @@fork|@@_NO_VERSIONS + bool + select INVALID_CONFIGURATION + default n if @@fork|@@_VERY_NEW +#!foreach version + default n if @@fork|@@_V_@@ver_sel|@@ +#!end-foreach + default n if @@fork|@@_VERY_OLD + default y + +if @@fork|@@_NO_VERSIONS +comment "WARNING!" +comment "| The @@master@@ package has no viable versions" +comment "| due to conflicting constraints." +endif + #!end-if #!if [ -n "@@versionlocked@@" ] |
