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.options b/meson.options
index b5117f2..e50144f 100644
--- a/meson.options
+++ b/meson.options
@@ -28,3 +28,7 @@
         description : 'Path to the phal devtree reinit attribute list file'
 )
 
+option('op_dump_obj_path', type: 'string',
+        value: '/org/openpower/dump',
+        description : 'Object path requesting OpenPOWER dumps')
+