summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-19 08:10:53 (GMT)
committerAlexey Neyman <stilor@att.net>2017-11-20 05:50:28 (GMT)
commit63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 (patch)
treea6dd34002a5704b115b4c464eebb32e6b04e6482 /maintainer
parent5e0d62fac62450c2527b6efaccbc5c5b6aef8c0e (diff)
A few fixes for showSamples
- Use fork's name, not the master package name - Allow to use a choice selector when printing a package - Consider complibs always present (they are, gcc does require gmp/...) Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rw-r--r--maintainer/kconfig-choice.template6
-rw-r--r--maintainer/kconfig-versions.template2
2 files changed, 8 insertions, 0 deletions
diff --git a/maintainer/kconfig-choice.template b/maintainer/kconfig-choice.template
index b2ca217..ec66f74 100644
--- a/maintainer/kconfig-choice.template
+++ b/maintainer/kconfig-choice.template
@@ -25,6 +25,12 @@ config @@dir|@@
default "@@choice@@" if @@dir|@@_@@choice|@@
#!end-foreach
+config @@dir|@@_KSYM
+ string
+#!foreach choice
+ default "@@choice|@@" if @@dir|@@_@@choice|@@
+#!end-foreach
+
#!foreach choice
if @@dir|@@_@@choice|@@
source "config/@@dir@@/@@choice@@.in"
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template
index e4be903..37461b7 100644
--- a/maintainer/kconfig-versions.template
+++ b/maintainer/kconfig-versions.template
@@ -243,6 +243,8 @@ config @@fork|@@_VERSION
#!foreach version
default "@@ver@@" if @@fork|@@_V_@@ver_sel|@@
#!end-foreach
+ default "new" if @@fork|@@_VERY_NEW
+ default "old" if @@fork|@@_VERY_OLD
default "unknown"
#!if [ "@@#version@@" -gt 0 ]