commit | 687fe07875072615ac155c3ddda165b46ae33e23 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue May 04 16:16:43 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Fri May 14 18:21:17 2021 +0800 |
tree | d9535d619c9a24b3059d02d598e8f73b876d9d7e | |
parent | a280e5dc479bc37d9c978946d9c122c737dfbec4 [diff] [blame] |
build: Add wrapfiles for dependencies - Update meson.build and add wrapfiles so that all dependencies are handled as subprojects. - This allows builds completely outside of bitbake or an SDK. refer: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-virtual-sensor/+/42349 Tested: built ledManager repo successfully using `meson build`. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I35db603d4aa9c2eee41c3cfb27eba6953950fe44
diff --git a/subprojects/phosphor-logging.wrap b/subprojects/phosphor-logging.wrap new file mode 100644 index 0000000..a039fcf --- /dev/null +++ b/subprojects/phosphor-logging.wrap
@@ -0,0 +1,3 @@ +[wrap-git] +url = https://github.com/openbmc/phosphor-logging.git +revision = HEAD