summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_common.make
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 /rules/post/ptxd_make_world_common.make
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 'rules/post/ptxd_make_world_common.make')
-rw-r--r--rules/post/ptxd_make_world_common.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/post/ptxd_make_world_common.make b/rules/post/ptxd_make_world_common.make
index ffa16a0b1..e85a05a31 100644
--- a/rules/post/ptxd_make_world_common.make
+++ b/rules/post/ptxd_make_world_common.make
@@ -57,8 +57,7 @@ ptx/env = \
\
ptx_conf_opt_meson_target="$(call ptx/escape,$(CROSS_MESON_USR))" \
\
- ptx_xpkg_extra_args=$(PTXCONF_IMAGE_XPKG_EXTRA_ARGS) \
- ptx_xpkg_type=$(PTXCONF_HOST_PACKAGE_MANAGEMENT)
+ ptx_xpkg_extra_args=$(PTXCONF_IMAGE_XPKG_EXTRA_ARGS)
world/env/impl = \
pkg_stamp="$(notdir $(@))" \