commit | cfdfa0da249777b7aad9dacf4e4e3198d8309da5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 20 18:32:17 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 20 18:32:19 2021 -0500 |
tree | 7ad9de5b4364bc041be2460dbb54ca19d508d043 | |
parent | b839c3ea01044e38b7beb37e8920ccc31f3c6519 [diff] |
pdmgen: workaround restriction in sdbus++ NamedElement sdbusplus commit dfb5642201 added a restriction to NamedElement that it can only have strings as a 'name', in order to catch bugs in malformed YAML, but the script here relies on it being able to hold any object. Workaround this by saving/restoring the 'name' property prior to constructing NamedElement objects. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia1af62309e2af9a529dd2806b7981eebd1db5806