summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-06-17 10:09:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 09:34:50 +0200
commit56f6cc230a0783905c6304b9473988dec1afef74 (patch)
tree670c5b3e27c13db75bb1e0192c059909d5b88bb9 /scripts/lib/ptxd_lib_dgen.awk
parentb9f107beffc787967d23101de4f0e2a2b8b4b915 (diff)
downloadptxdist-56f6cc230a0783905c6304b9473988dec1afef74.tar.gz
ptxdist-56f6cc230a0783905c6304b9473988dec1afef74.tar.xz
cleanup package creation
Remove indirection now, that only one package tool remains. 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, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index d34550806..7d53acbdc 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -429,7 +429,7 @@ function write_deps_pkg_active_image(this_PKG, this_pkg, prefix) {
#
print "ifneq ($(strip $(" this_PKG "_PKGS)),)" > DGEN_DEPS_POST
print "$(" this_PKG "_IMAGE):" " \
- $(STATEDIR)/host-$(call remove_quotes,$(PTXCONF_HOST_PACKAGE_MANAGEMENT)).install.post" > DGEN_DEPS_POST
+ $(STATEDIR)/host-opkg.install.post" > DGEN_DEPS_POST
print "ifeq ($(strip $(" this_PKG "_NFSROOT)),YES)" > DGEN_DEPS_POST
print "$(foreach pkg,$(" this_PKG "_PKGS),$(eval $(PTX_MAP_TO_PACKAGE_$(pkg))_NFSROOT_DIRS += " \
"$(PTXDIST_PLATFORMDIR)/nfsroot/" this_pkg "))" > DGEN_DEPS_POST