From 6c752719c39e037b9bd8e900f5713314f7685a8b Mon Sep 17 00:00:00 2001 From: Andrei Kartashev Date: Thu, 9 Dec 2021 12:47:47 +0300 Subject: 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 Change-Id: I7b7b9214c909e6b0d147d17339c73c203e78fcb3 --- meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-yadro') 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" -- cgit v1.2.3