summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2019-06-05 01:16:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-05 19:04:45 +0200
commitf8125c1e86a71e59f88d105044481763e1ec9706 (patch)
tree5a4f39b66b8bf20be548ca93f3f493bbdcfde525 /scripts
parent91749a01cd22dc2a7d72e841568a2dddb16200f7 (diff)
downloadptxdist-f8125c1e86a71e59f88d105044481763e1ec9706.tar.gz
ptxdist-f8125c1e86a71e59f88d105044481763e1ec9706.tar.xz
templates: src-meson-prog: introduce version into template project
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_lib_template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
index 8ac3312dc..b437c52f2 100644
--- a/scripts/lib/ptxd_lib_template.sh
+++ b/scripts/lib/ptxd_lib_template.sh
@@ -211,7 +211,7 @@ ptxd_template_write_src() {
return
fi &&
template_dir=$(dirname "${template_src}") &&
- ( cd "${dst}" && bash wizard.sh "${package}" "${template_dir}") &&
+ ( cd "${dst}" && bash wizard.sh "${package}" "${template_dir}" "${VERSION}") &&
rm -f "${dst}/wizard.sh"
}
export -f ptxd_template_write_src