crosstool-ng/maintainer/package-versions.template
Alexey Neyman f8d4ce3d0e 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>
2017-08-23 16:05:40 -07:00

14 lines
282 B
Plaintext

#!foreach fork
#!foreach version
run_pkgversion \
master=@@master@@ \
masterpfx=@@masterpfx@@ \
originpfx=@@originpfx@@ \
pkg_name=@@pkg_name@@ \
pfx=@@pfx@@ \
versionlocked=@@versionlocked@@ \
ver=@@ver@@ \
kcfg=@@kcfg@@
#!end-foreach
#!end-foreach