summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-05 14:56:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-06 12:59:25 +0200
commit114f1007e28b0741bed6e62b9ee2b325f8095ab7 (patch)
tree17a86f38f8a4ffe4a2c4f2486b37ac3f84847ebe /scripts/lib/ptxd_lib_dgen.awk
parentee1511106d650595d58f377480641e5dd43f3275 (diff)
downloadptxdist-114f1007e28b0741bed6e62b9ee2b325f8095ab7.tar.gz
ptxdist-114f1007e28b0741bed6e62b9ee2b325f8095ab7.tar.xz
ptxd_lib_dgen: make sure fakeroot is available when generating images
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 edccf153e..aa38eadfb 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -412,6 +412,7 @@ function write_deps_pkg_active_image(this_PKG, this_pkg, prefix) {
print "$(" this_PKG "_IMAGE): $(STATEDIR)/ipkg-push" > DGEN_DEPS_POST;
print "endif" > DGEN_DEPS_POST;
print "endif" > DGEN_DEPS_POST;
+ 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): " "$(" this_PKG "_FILES)" > DGEN_DEPS_POST;