summaryrefslogtreecommitdiff
path: root/maintainer/kconfig-versions.template
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-23 23:05:40 (GMT)
committerAlexey Neyman <stilor@att.net>2017-08-23 23:05:40 (GMT)
commitf8d4ce3d0e9b384a66286901f6680c835af76284 (patch)
tree0efbee3a3f267c83211c65c066b5829dc8b92741 /maintainer/kconfig-versions.template
parent8e8417226d5cdd90896df2c585ad03a995e5e9a1 (diff)
Implement a script for checking packages
Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer/kconfig-versions.template')
-rw-r--r--maintainer/kconfig-versions.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template
index 4692a25..c16bb77 100644
--- a/maintainer/kconfig-versions.template
+++ b/maintainer/kconfig-versions.template
@@ -252,10 +252,16 @@ config @@pfx@@_MIRRORS
config @@pfx@@_ARCHIVE_FILENAME
string
+#!foreach version
+ default "@@archive_filename@@" if @@pfx@@_V_@@kcfg@@
+#!end-foreach
default "@@archive_filename@@"
config @@pfx@@_ARCHIVE_DIRNAME
string
+#!foreach version
+ default "@@archive_dirname@@" if @@pfx@@_V_@@kcfg@@
+#!end-foreach
default "@@archive_dirname@@"
config @@pfx@@_ARCHIVE_FORMATS