regenerate-meson: enable meson formatting
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5bc2c84cf2ebb3a8d64c96bf3c02e4f34d1f28dd
diff --git a/gen/xyz/openbmc_project/meson.build b/gen/xyz/openbmc_project/meson.build
index 7e314f4..01c93d8 100644
--- a/gen/xyz/openbmc_project/meson.build
+++ b/gen/xyz/openbmc_project/meson.build
@@ -41,14 +41,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/Association__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/Association.interface.yaml', ],
- output: [ 'Association.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/Association.interface.yaml'],
+ output: ['Association.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/Association',
],
install: should_generate_markdown,
@@ -58,14 +63,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/Certs__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ],
- output: [ 'Certs.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/Certs.errors.yaml'],
+ output: ['Certs.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/Certs',
],
install: should_generate_markdown,
@@ -75,14 +85,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/Common__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ],
- output: [ 'Common.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/Common.errors.yaml'],
+ output: ['Common.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/Common',
],
install: should_generate_markdown,
@@ -92,14 +107,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ],
- output: [ 'HardwareIsolation.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml'],
+ output: ['HardwareIsolation.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/HardwareIsolation',
],
install: should_generate_markdown,
@@ -109,14 +129,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/Inventory__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ],
- output: [ 'Inventory.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/Inventory.errors.yaml'],
+ output: ['Inventory.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/Inventory',
],
install: should_generate_markdown,
@@ -126,14 +151,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/Logging__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/Logging.events.yaml', ],
- output: [ 'Logging.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/Logging.events.yaml'],
+ output: ['Logging.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/Logging',
],
install: should_generate_markdown,
@@ -143,14 +173,19 @@
generated_registry += custom_target(
'xyz/openbmc_project/Logging__registry'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/Logging.events.yaml', ],
- output: [ 'Logging.json' ],
+ input: ['../../../yaml/xyz/openbmc_project/Logging.events.yaml'],
+ output: ['Logging.json'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'registry',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'registry',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/Logging',
],
install: should_generate_registry,
@@ -160,14 +195,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ],
- output: [ 'ObjectMapper.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml'],
+ output: ['ObjectMapper.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/ObjectMapper',
],
install: should_generate_markdown,
@@ -177,14 +217,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ],
- output: [ 'ScheduledTime.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml'],
+ output: ['ScheduledTime.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/ScheduledTime',
],
install: should_generate_markdown,
@@ -194,14 +239,19 @@
generated_markdown += custom_target(
'xyz/openbmc_project/Time__markdown'.underscorify(),
- input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ],
- output: [ 'Time.md' ],
+ input: ['../../../yaml/xyz/openbmc_project/Time.errors.yaml'],
+ output: ['Time.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'xyz/openbmc_project/Time',
],
install: should_generate_markdown,