osbuild-mpp: Allow mpp-define-image nodes to use formating
We just process the formats after removing the mpp node, just like we do in e.g. mpp-depsolv.
This commit is contained in:
parent
4901e97236
commit
eefc52333e
1 changed files with 2 additions and 0 deletions
|
|
@ -922,6 +922,8 @@ class ManifestFile:
|
|||
if not desc:
|
||||
return
|
||||
|
||||
self._process_format(desc)
|
||||
|
||||
name = desc.get("id", "image")
|
||||
self.vars[name] = Image.from_dict(desc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue