summaryrefslogtreecommitdiff
path: root/meta-yadro
diff options
context:
space:
mode:
authorAndrei Kartashev <a.kartashev@yadro.com>2021-12-09 12:47:47 +0300
committerAndrei Kartashev <a.kartashev@yadro.com>2021-12-14 16:39:17 +0300
commit6c752719c39e037b9bd8e900f5713314f7685a8b (patch)
tree9db04e527d9263c6e46b6dc4874833f67abb45d7 /meta-yadro
parente06abcd366c0493c449a3842e103609771d9d319 (diff)
downloadopenbmc-6c752719c39e037b9bd8e900f5713314f7685a8b.tar.xz
obmc-yadro-lsinventory: srcrev bump d0bdf0ddd1..d8e25f82ff
Alexander Filippov (3): Add remote host support use any inventory managers replace json-c with nlohmann/json Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I7b7b9214c909e6b0d147d17339c73c203e78fcb3
Diffstat (limited to 'meta-yadro')
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
index 2e66a7d95..0d1a57ab8 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
@@ -12,11 +12,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
# Dependencies
DEPENDS += " \
- json-c \
+ nlohmann-json \
sdbusplus \
"
# Source code repository
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lsinventory.git"
-SRCREV = "d0bdf0ddd192b9d41c5c5d4af9385122b08c7608"
+SRCREV = "d8e25f82ff29c7b2c6d1888e9fe28307f173b078"