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: I8f6a3425af6a14c873451ceddabbdf6fb6c93b7a
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/.gitignore b/.gitignore
index 4180e57..2e00cb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 build*/
 subprojects/*
 !subprojects/*.wrap
+!subprojects/packagefiles
 *.sw*
 tags