commit | f2131442a3dd9ccb44aad106aa6f4c14e3c051ba | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 13 11:12:59 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 13 11:13:01 2022 -0500 |
tree | 317775a54e1d7734b2b105df5ca924eca1ed74b3 | |
parent | 21c1a5a3032868e0de73903a702b2355a7e08d37 [diff] [blame] |
yaml: move to subdirectory A pending sdbusplus change (I38b69bc67b6a3d80cda1b508a76e106a50d8ab93) is going to require YAML to be in a specific subdirectory and not in the root. Move here in prep for that change. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I79e42014bbc15f10e7e2baf4a88dc05c6f2da698
diff --git a/gen/regenerate-meson b/gen/regenerate-meson index 56bc2c6..a39ad64 100755 --- a/gen/regenerate-meson +++ b/gen/regenerate-meson
@@ -19,5 +19,5 @@ $SDBUSPP_GEN_MESON \ --command meson \ - --directory "$REPO_ROOT" \ + --directory "$REPO_ROOT/yaml" \ --output "$REPO_ROOT/gen"