summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_package_info.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/post/ptxd_make_world_package_info.make')
-rw-r--r--rules/post/ptxd_make_world_package_info.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/post/ptxd_make_world_package_info.make b/rules/post/ptxd_make_world_package_info.make
index 9d7af6a88..56d653da9 100644
--- a/rules/post/ptxd_make_world_package_info.make
+++ b/rules/post/ptxd_make_world_package_info.make
@@ -15,6 +15,15 @@ world/package-info = \
$(call world/env, $(1)) \
ptxd_make_world_package_info
+image/package-info = \
+ $(call world/image/env, $(1)) \
+ ptxd_make_world_package_info
+
+$(STATEDIR)/image-%.package-info: ptx-package-info
+ @$(call targetinfo)
+ @$(call image/package-info, $(PTX_MAP_TO_PACKAGE_image-$(*)))
+ @$(call finish)
+
$(STATEDIR)/%.package-info: ptx-package-info
@$(call targetinfo)
@$(call world/package-info, $(PTX_MAP_TO_PACKAGE_$(*)))