build: regenerate meson with latest sdbusplus version
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Idb01b777bb90b165c906aacad24b0d3c9b0e93d2
diff --git a/gen/xyz/openbmc_project/BIOSConfig/meson.build b/gen/xyz/openbmc_project/BIOSConfig/meson.build
index 52ae16c..2f88e69 100644
--- a/gen/xyz/openbmc_project/BIOSConfig/meson.build
+++ b/gen/xyz/openbmc_project/BIOSConfig/meson.build
@@ -2,13 +2,13 @@
subdir('Common')
generated_others += custom_target(
'xyz/openbmc_project/BIOSConfig/Common__markdown'.underscorify(),
- input: [ meson.source_root() / 'xyz/openbmc_project/BIOSConfig/Common.errors.yaml', ],
+ input: [ meson.project_source_root() / 'xyz/openbmc_project/BIOSConfig/Common.errors.yaml', ],
output: [ 'Common.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
- '--directory', meson.source_root(),
+ '--directory', meson.project_source_root(),
'xyz/openbmc_project/BIOSConfig/Common',
],
build_by_default: true,
@@ -17,13 +17,13 @@
subdir('Manager')
generated_others += custom_target(
'xyz/openbmc_project/BIOSConfig/Manager__markdown'.underscorify(),
- input: [ meson.source_root() / 'xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', ],
+ input: [ meson.project_source_root() / 'xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', ],
output: [ 'Manager.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
- '--directory', meson.source_root(),
+ '--directory', meson.project_source_root(),
'xyz/openbmc_project/BIOSConfig/Manager',
],
build_by_default: true,
@@ -32,13 +32,13 @@
subdir('Password')
generated_others += custom_target(
'xyz/openbmc_project/BIOSConfig/Password__markdown'.underscorify(),
- input: [ meson.source_root() / 'xyz/openbmc_project/BIOSConfig/Password.interface.yaml', ],
+ input: [ meson.project_source_root() / 'xyz/openbmc_project/BIOSConfig/Password.interface.yaml', ],
output: [ 'Password.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
- '--directory', meson.source_root(),
+ '--directory', meson.project_source_root(),
'xyz/openbmc_project/BIOSConfig/Password',
],
build_by_default: true,