diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2020-02-19 02:39:49 +0000 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2020-02-19 02:57:51 +0000 |
commit | ceeb549d5ee8bccba8d3fad4805450d34d48575c (patch) | |
tree | e5a0163106a2b26738ffaabecb8f27689b72debf | |
parent | 4808242f86b3e0bdae75cc050aa7d232d23d7102 (diff) | |
download | talos-openbmc-ceeb549d5ee8bccba8d3fad4805450d34d48575c.tar.gz talos-openbmc-ceeb549d5ee8bccba8d3fad4805450d34d48575c.zip |
Revup jsnbd
-rw-r--r-- | meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb b/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb index 3c202cc35..b31e3885e 100644 --- a/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb +++ b/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb @@ -15,7 +15,7 @@ RDEPENDS_${PN} += "nbd-client" S = "${WORKDIR}/git" SRC_URI = "git://scm.raptorcs.com/scm/git/jsnbd;protocol=https" -SRCREV = "d5b9857609401e3cf9c53b111134a6aab8e4573c" +SRCREV = "bcc6cc5bcadb20005ae03c8c4a4eb87006f0d222" NBD_PROXY_CONFIG_JSON ??= "${S}/config.sample.json" |