]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
config: Pass resources to nested parse_config() call
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Feb 2025 11:35:10 +0000 (12:35 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Feb 2025 11:35:10 +0000 (12:35 +0100)
mkosi/config.py

index 1b9901ed4f9c15f66a2af93700b04880f9195159..c55c37fea3f9ed788fb377afc315d003f38b2710 100644 (file)
@@ -4354,6 +4354,7 @@ class ParseContext:
                 _, [config] = parse_config(
                     ["--directory", "", "--include", os.fspath(path)],
                     only_sections=self.only_sections,
+                    resources=self.resources,
                 )
                 make_executable(
                     *config.configure_scripts,