regenerate-meson: enable meson formatting
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5bc2c84cf2ebb3a8d64c96bf3c02e4f34d1f28dd
diff --git a/gen/com/meta/Hardware/BMC/meson.build b/gen/com/meta/Hardware/BMC/meson.build
index 8f365f8..2c69599 100644
--- a/gen/com/meta/Hardware/BMC/meson.build
+++ b/gen/com/meta/Hardware/BMC/meson.build
@@ -4,9 +4,7 @@
generated_sources += custom_target(
'com/meta/Hardware/BMC__cpp'.underscorify(),
- input: [
- '../../../../../yaml/com/meta/Hardware/BMC.interface.yaml',
- ],
+ input: ['../../../../../yaml/com/meta/Hardware/BMC.interface.yaml'],
output: [
'common.hpp',
'server.hpp',
@@ -16,10 +14,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'com/meta/Hardware/BMC',
],
install: should_generate_cpp,
diff --git a/gen/com/meta/Hardware/meson.build b/gen/com/meta/Hardware/meson.build
index 48164ee..b52d6b1 100644
--- a/gen/com/meta/Hardware/meson.build
+++ b/gen/com/meta/Hardware/meson.build
@@ -5,14 +5,19 @@
generated_markdown += custom_target(
'com/meta/Hardware/BMC__markdown'.underscorify(),
- input: [ '../../../../yaml/com/meta/Hardware/BMC.interface.yaml', ],
- output: [ 'BMC.md' ],
+ input: ['../../../../yaml/com/meta/Hardware/BMC.interface.yaml'],
+ output: ['BMC.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',
'com/meta/Hardware/BMC',
],
install: should_generate_markdown,
diff --git a/gen/com/meta/Inventory/ManufacturerExt/meson.build b/gen/com/meta/Inventory/ManufacturerExt/meson.build
index 65210e5..83cbd1a 100644
--- a/gen/com/meta/Inventory/ManufacturerExt/meson.build
+++ b/gen/com/meta/Inventory/ManufacturerExt/meson.build
@@ -16,10 +16,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'com/meta/Inventory/ManufacturerExt',
],
install: should_generate_cpp,
diff --git a/gen/com/meta/Inventory/meson.build b/gen/com/meta/Inventory/meson.build
index 8c71a7e..71fa46d 100644
--- a/gen/com/meta/Inventory/meson.build
+++ b/gen/com/meta/Inventory/meson.build
@@ -5,14 +5,21 @@
generated_markdown += custom_target(
'com/meta/Inventory/ManufacturerExt__markdown'.underscorify(),
- input: [ '../../../../yaml/com/meta/Inventory/ManufacturerExt.interface.yaml', ],
- output: [ 'ManufacturerExt.md' ],
+ input: [
+ '../../../../yaml/com/meta/Inventory/ManufacturerExt.interface.yaml',
+ ],
+ output: ['ManufacturerExt.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',
'com/meta/Inventory/ManufacturerExt',
],
install: should_generate_markdown,