summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-14 15:59:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-15 19:11:15 +0100
commite6f1e15a476c9149fd42640a0a5a49eee933425e (patch)
tree005582073f3076608c8010b748d0e463b4660cad /scripts
parentc049e23f5780655e67b627a390c2b594fd7b7ff5 (diff)
downloadptxdist-e6f1e15a476c9149fd42640a0a5a49eee933425e.tar.gz
ptxdist-e6f1e15a476c9149fd42640a0a5a49eee933425e.tar.xz
Revert "[dgen] use targetinstall.post instead of targetinstall for package dependencies"
This reverts commit 4bbbb7ec5cc848232201126c2b23ace92473cf2f. The change broke the ipkg dependencies. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index ce97222fb..8e976cc72 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -351,8 +351,8 @@ END {
continue;
print \
- "$(STATEDIR)/" this_pkg ".targetinstall.post: " \
- "$(STATEDIR)/" this_dep ".targetinstall.post" > DGEN_DEPS_POST;
+ "$(STATEDIR)/" this_pkg ".targetinstall: " \
+ "$(STATEDIR)/" this_dep ".targetinstall" > DGEN_DEPS_POST;
}
#