meson: Provide wrap file for boost
Currently local build on the system without boost can fail with
the following message:
"""
meson.build: ERROR: Dependency "boost" not found, tried system
"""
Provide "boost.wrap" file to fix the issue.
Change-Id: Id63f70c02369923959d42c1cd621110f6b42af33
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/.gitignore b/.gitignore
index b208e37..ab62c33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
build*/
subprojects/*
!subprojects/*.wrap
+!subprojects/packagefiles
subprojects/phosphor-dbus-interfaces.wrap