build: regenerate meson for stable-sort
There was a small tweak to the sdbusplus script so that the sort
becomes stable. Regenerate meson from that.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I15a4645efdad781d28496f30e787c411a62073b0
diff --git a/gen/xyz/openbmc_project/Ipmi/meson.build b/gen/xyz/openbmc_project/Ipmi/meson.build
index f4a2faa..593e8fc 100644
--- a/gen/xyz/openbmc_project/Ipmi/meson.build
+++ b/gen/xyz/openbmc_project/Ipmi/meson.build
@@ -1,19 +1,4 @@
# Generated file; do not modify.
-subdir('SessionInfo')
-generated_others += custom_target(
- 'xyz/openbmc_project/Ipmi/SessionInfo__markdown'.underscorify(),
- input: [ meson.source_root() / 'xyz/openbmc_project/Ipmi/SessionInfo.interface.yaml', ],
- output: [ 'SessionInfo.md' ],
- command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.source_root(),
- 'xyz/openbmc_project/Ipmi/SessionInfo',
- ],
- build_by_default: true,
-)
-
subdir('SOL')
generated_others += custom_target(
'xyz/openbmc_project/Ipmi/SOL__markdown'.underscorify(),
@@ -29,3 +14,18 @@
build_by_default: true,
)
+subdir('SessionInfo')
+generated_others += custom_target(
+ 'xyz/openbmc_project/Ipmi/SessionInfo__markdown'.underscorify(),
+ input: [ meson.source_root() / 'xyz/openbmc_project/Ipmi/SessionInfo.interface.yaml', ],
+ output: [ 'SessionInfo.md' ],
+ command: [
+ sdbuspp_gen_meson_prog, '--command', 'markdown',
+ '--output', meson.current_build_dir(),
+ '--tool', sdbusplusplus_prog,
+ '--directory', meson.source_root(),
+ 'xyz/openbmc_project/Ipmi/SessionInfo',
+ ],
+ build_by_default: true,
+)
+