diff options
author | William A. Kennington III <wak@google.com> | 2021-07-26 01:26:34 +0300 |
---|---|---|
committer | William A. Kennington III <wak@google.com> | 2021-07-27 02:37:32 +0300 |
commit | 524a0e5a0e06dddd9a3592ebdc47303242ebf669 (patch) | |
tree | c4c98e4d40a2c6a5f2e8ae2b65050f4be01aacb4 /meta-google | |
parent | 837bfa821d82357bbb41746acce357a44cbc8fd4 (diff) | |
download | openbmc-524a0e5a0e06dddd9a3592ebdc47303242ebf669.tar.xz |
meta-google: conf2struct: Bump e846801..06ddd92
Yves Rutschle (2):
fail gracefully if libconfig fails to find root config element
fix test without libconfig; fix for libconfig 1.7.3
Change-Id: I3f0d77e6ac0247c2784ac59d47424cc7c20047f8
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r-- | meta-google/recipes-extended/libconfig/conf2struct-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb b/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb index 1a77f4de1..b258d3cb3 100644 --- a/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb +++ b/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb @@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1b886630cdc9a17c26250934beda407d" PV = "0.1+git${SRCPV}" SRC_URI = "git://github.com/yrutschle/conf2struct" -SRCREV = "e8468017b27211b1c452f8df0afe6f19e97035a4" +SRCREV = "06ddd9273f14dadd5f7b4cf144177ffa6a29f105" S = "${WORKDIR}/git" SRC_URI += " \ |