summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-10-08 17:53:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-04 12:41:28 +0200
commite4b48676a7bde19b4c898cda17a05f8b1c4b09ed (patch)
tree560e8ecf6cc88f7743a65915a439a56a5cdc88e5 /scripts/lib/ptxd_lib_dgen.awk
parent500f8887a86dc3be81b5e43227e84001276e5919 (diff)
downloadptxdist-e4b48676a7bde19b4c898cda17a05f8b1c4b09ed.tar.gz
ptxdist-e4b48676a7bde19b4c898cda17a05f8b1c4b09ed.tar.xz
[get] add md5sum checking for downloaded archives
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_lib_dgen.awk')
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index 8e976cc72..27b6ce265 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -270,6 +270,7 @@ function import_PKG(this_PKG, this_pkg) {
# define default ${PKG}, ${PKG}_SOURCE, ${PKG}_DIR
if (target_PKG in PKG_to_pkg) {
print this_PKG " = $(" target_PKG ")" > DGEN_DEPS_PRE;
+ print this_PKG "_MD5 = $(" target_PKG "_MD5)" > DGEN_DEPS_PRE;
print this_PKG "_SOURCE = $(" \
target_PKG "_SOURCE)" > DGEN_DEPS_PRE;
print this_PKG "_DIR = $(addprefix $(" this_PKG_type \