summaryrefslogtreecommitdiff
path: root/meta-google/recipes-extended/libconfig
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-07-26 09:51:49 +0300
committerWilliam A. Kennington III <wak@google.com>2021-08-06 09:17:20 +0300
commite3f1bd88872db976ecf06e0167a4a3ae560a21f4 (patch)
treedbbf0e04d64938953ea6f124089d60ef6d8f0a9c /meta-google/recipes-extended/libconfig
parent1c0f8e40203acb36a31b314f2218eca834849791 (diff)
downloadopenbmc-e3f1bd88872db976ecf06e0167a4a3ae560a21f4.tar.xz
meta-google: sslh: Ensure that autogenerated files aren't stale
These files sometimes get checked into the repo and we don't want non-determinism around their generation. Ensure they are cleaned up and regenerated for every build since that is very fast. Change-Id: If20c79f8308c117a20983c8cb54c3420d872d64b Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-extended/libconfig')
-rw-r--r--meta-google/recipes-extended/libconfig/conf2struct-native_git.bb2
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 cf7f6f305..ab5c3d829 100644
--- a/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb
+++ b/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb
@@ -1,5 +1,5 @@
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1b886630cdc9a17c26250934beda407d"
+LIC_FILES_CHKSUM = "file://COPYING;md5=667d4ad55f5fbf4c3e853e8acd0f74de"
PV = "0.1+git${SRCPV}"
SRC_URI = "git://github.com/yrutschle/conf2struct"