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: I1b1691c713be094c7286324e6653836aced11f45
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/meson.options b/meson.options
index c420a7d..c187f79 100644
--- a/meson.options
+++ b/meson.options
@@ -52,3 +52,10 @@
     type : 'string',
     description : 'The path to the yaml config files'
 )
+
+option(
+    'op_dump_obj_path',
+    type: 'string',
+    value: '/org/openpower/dump',
+    description : 'Object path requesting OpenPOWER dumps'
+)