Option to override dump request D-Bus path

Added option for overriding the object path for requesting OpenPOWER
dumps. On recent systems the object path is changed so adding option
to override the path in the recipe.

Change-Id: Ice2f46e61b4a7604230d495463c5c90fdc549505
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/meson.build b/meson.build
index 7ac7cf2..be48e54 100644
--- a/meson.build
+++ b/meson.build
@@ -54,6 +54,10 @@
                       description : 'Path to the phal devtree reinit attribute list file'
                     )
 
+conf_data.set_quoted('OP_DUMP_OBJ_PATH', get_option('op_dump_obj_path'),
+                      description : 'Object path requesting OpenPOWER dumps'
+                    )
+
 configure_file(configuration : conf_data,
                output : 'config.h'
               )