Add rest-dbus DBUS Introspecting REST server.
-recipe and supporting files/patches
diff --git a/common/recipes-phosphor/rest-dbus/files/resources-path.patch b/common/recipes-phosphor/rest-dbus/files/resources-path.patch
new file mode 100644
index 0000000..dee4404
--- /dev/null
+++ b/common/recipes-phosphor/rest-dbus/files/resources-path.patch
@@ -0,0 +1,13 @@
+diff --git a/rest-dbus b/rest-dbus
+index 56ec1f9..078b1cf 100755
+--- a/rest-dbus
++++ b/rest-dbus
+@@ -40,7 +40,7 @@ class DBusRestResourceResponse(DBusRestResponse):
+ 'png': 'image/png',
+ 'gif': 'image/gif',
+ }
+- resource_base = 'resources'
++ resource_base = '/usr/share/rest-dbus/resources'
+
+ def __init__(self, name):
+ (_, ext) = os.path.splitext(name)