summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamesh Iyyar <rameshi1@in.ibm.com>2022-03-28 16:41:23 +0300
committerRamesh Iyyar <rameshi1@in.ibm.com>2022-03-29 04:17:59 +0300
commit94560c7d2527c586741a0355463ac26099213483 (patch)
treed7047e731e3d020015ed203ded0200c7b7c3b51a
parent8f6f34ce5b95200207d14b9d749382054234964c (diff)
downloadopenbmc-94560c7d2527c586741a0355463ac26099213483.tar.xz
openpower: guard: Bumped c5fcfb5..dd856b9
In this bumped the guard with below patches Ramesh Iyyar (2): libguard: Added persistentTypeOnly flag in the getAll interface guard: Updated libguard getAll interface as per signature Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I56c984c6a2ccdc70b0b9472aef56052c363e11ad
-rw-r--r--meta-openpower/recipes-bsp/guard/guard_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-bsp/guard/guard_git.bb b/meta-openpower/recipes-bsp/guard/guard_git.bb
index 9c236dd0c0..9f29ab9f50 100644
--- a/meta-openpower/recipes-bsp/guard/guard_git.bb
+++ b/meta-openpower/recipes-bsp/guard/guard_git.bb
@@ -11,7 +11,7 @@ inherit pkgconfig meson
S = "${WORKDIR}/git"
SRC_URI = "git://git@github.com/open-power/guard;branch="main";protocol=https"
-SRCREV = "c5fcfb51e4fd51bc9adf11ca41e67c490d6a8cf7"
+SRCREV = "dd856b90015c7ef79685d8f32706a967bd411d97"
DEPENDS = "cli11"