bmcweb: Add jsnbd as a runtime dependency

The virtual media websocket endpoint in bmcweb calls the nbd-proxy
application provided by the jsnbd package, so add it as a
dependency.

Change-Id: I433c6e23d6e60a8ef0ce541fe6fb65f32713e370
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/recipes-phosphor/interfaces/bmcweb_git.bb b/recipes-phosphor/interfaces/bmcweb_git.bb
index afde5c3..fcca162 100644
--- a/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -21,6 +21,8 @@
 
 DEPENDS = "openssl zlib boost libpam sdbusplus gtest nlohmann-json libtinyxml2 "
 
+RDEPENDS_${PN} += "jsnbd"
+
 FILES_${PN} += "${datadir}/** "
 
 inherit cmake