summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-09-18 17:13:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-18 18:01:18 +0200
commita4f5edbd1bf6cc303200a2689ab16714a88dfa2e (patch)
treeb57a7f816464ee7813f9b978f5b17972743417a0 /scripts/lib/ptxd_lib_dgen.awk
parente654bb5ac62be99debb511278dea5afac28dcc68 (diff)
downloadptxdist-a4f5edbd1bf6cc303200a2689ab16714a88dfa2e.tar.gz
ptxdist-a4f5edbd1bf6cc303200a2689ab16714a88dfa2e.tar.xz
ptxd_lib_dgen: detect config/rules changes for image packages
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.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index cb1d9fe0f..0553f5937 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -440,6 +440,8 @@ function write_deps_pkg_active_image(this_PKG, this_pkg, prefix) {
print "$(" this_PKG "_IMAGE): " "$(STATEDIR)/host-fakeroot.install.post" > DGEN_DEPS_POST;
print "$(" this_PKG "_IMAGE): " \
"$(addprefix $(STATEDIR)/,$(addsuffix .targetinstall.post,$(" this_PKG "_PKGS)))" > DGEN_DEPS_POST;
+ print "$(" this_PKG "_IMAGE): " \
+ "$(STATEDIR)/" this_pkg ".$(" this_PKG "_CFGHASH).cfghash" > DGEN_DEPS_POST;
print "$(" this_PKG "_IMAGE): " "$(" this_PKG "_FILES)" > DGEN_DEPS_POST;
print "$(STATEDIR)/" this_pkg ".install.post: " "$(" this_PKG "_IMAGE)" > DGEN_DEPS_POST;
print "images: " "$(" this_PKG "_IMAGE)" > DGEN_DEPS_POST;