commit | fd672c910f4596c8e379c34801af03f8f2116926 | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Mon Sep 05 22:58:12 2022 +0000 |
committer | Nan Zhou <nanzhoumails@gmail.com> | Mon Sep 05 23:00:25 2022 +0000 |
tree | a2f4a716ce40593610fd7f89bf239281a265a4f4 | |
parent | b38fe83748b3535adeca48a19afdefde91b9e70a [diff] [blame] |
subprojects: fix wraps Fixed the missing two wrap files; also simplified meson deps via `[provide]`. 1. libgpiod; installed from WrapDB; reference: [1] https://mesonbuild.com/Wrapdb-projects.html This is also alligned with Yocto; reference: [1] https://github.com/openbmc/openbmc/blob/78b727985e7571e0b196561e44427690f04d57d9/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb 2. sdbusplus Tested: builds on systems without the two dependencies where meson automatically downloads them Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I81305c3f399fbe437cc8e32015e074eff93078bc
diff --git a/subprojects/sdbusplus.wrap b/subprojects/sdbusplus.wrap new file mode 100644 index 0000000..7b076d0 --- /dev/null +++ b/subprojects/sdbusplus.wrap
@@ -0,0 +1,6 @@ +[wrap-git] +url = https://github.com/openbmc/sdbusplus.git +revision = HEAD + +[provide] +sdbusplus = sdbusplus_dep