summaryrefslogtreecommitdiff
path: root/meta-google/recipes-extended
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-08-06 23:32:06 +0300
committerWilliam A. Kennington III <wak@google.com>2021-08-07 00:43:02 +0300
commit0cf84856dd417d9f087cfcac730bc2d2188e5bf6 (patch)
treea1224f0cd85cef942629a7a7a70c31d0ac02f7e7 /meta-google/recipes-extended
parent6f7466418cc95a27f07ae932fa6fdd56e9c7f90d (diff)
downloadopenbmc-0cf84856dd417d9f087cfcac730bc2d2188e5bf6.tar.xz
meta-google: sslh: Remove ecosrv from the build
This is not used in the installed output and is breaking the build non-deterministically. Change-Id: I3f7193e9f0aac5e5cdcd45d4c736c3d31bb2858b Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-extended')
-rw-r--r--meta-google/recipes-extended/networking/sslh_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-google/recipes-extended/networking/sslh_git.bb b/meta-google/recipes-extended/networking/sslh_git.bb
index ba26e2999..42cda6cb4 100644
--- a/meta-google/recipes-extended/networking/sslh_git.bb
+++ b/meta-google/recipes-extended/networking/sslh_git.bb
@@ -27,8 +27,12 @@ do_configure() {
}
do_compile() {
+ # Workaround for a non-installed and broken echosrv
+ sed -i 's,^\(all:.*\) echosrv,\1,' ${S}/Makefile
+
# Workaround for the broken dependencies in the Makefile
oe_runmake sslh-conf.h
+
oe_runmake
}