summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-10-03 15:16:29 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-17 08:53:53 -0400
commit723136d77f2afec4e23fd5e38c1c877705243582 (patch)
tree550a711f190ca2c7707e5248bf58e6218f565035 /meta-phosphor
parent18ceea9acba22919f3f48e3d01e96e1afa0903c4 (diff)
downloadtalos-openbmc-723136d77f2afec4e23fd5e38c1c877705243582.tar.gz
talos-openbmc-723136d77f2afec4e23fd5e38c1c877705243582.zip
jsnbd: Add nbd-client as dependency
The jsnbd nbd-proxy app starts up the nbd-client, so add it as a runtime dependency. Tested: Verified the nbd-client is installed in the image. (From meta-phosphor rev: aecb1056ed8ca8bb47b31d3128949e55c38080b1) Change-Id: I0588d530810cf1a45875c32bedbcd3b133b403d9 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb b/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb
index 49021454e..f07d2c01c 100644
--- a/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb
+++ b/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb
@@ -10,6 +10,8 @@ inherit autotools pkgconfig
DEPENDS += "json-c"
DEPENDS += "udev"
+RDEPENDS_${PN} += "nbd-client"
+
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/jsnbd"
OpenPOWER on IntegriCloud