meta-intel : Switch bmcweb to meson build system

- This commit would switch & pass the extra options,
  that are accepted by bmcweb meson build.

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I7851779a8cca0371f0eab576c558dc2be76cd35d
diff --git a/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
index e5762d8..4e24bab 100644
--- a/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -1,5 +1,5 @@
-EXTRA_OECMAKE += "-DBMCWEB_ENABLE_REDFISH_CPU_LOG=ON \
-                  -DBMCWEB_ENABLE_REDFISH_RAW_PECI=ON \
-                  -DBMCWEB_ENABLE_REDFISH_BMC_JOURNAL=ON \
-                  -DBMCWEB_ENABLE_DBUS_REST=OFF"
+EXTRA_OEMESON += "-Dredfish-cpu-log=enabled \
+                  -Dredfish-raw-peci=enabled \
+                  -Dredfish-bmc-journal=enabled \
+                  -Drest=disabled"