summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-05-24 00:28:17 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-06-03 23:50:35 +0300
commitc67cd93c3ebfb5462701929f5c3bc556524a2860 (patch)
tree0632dc8f54429b17e6f260b1f4be80cddf6b4f93
parente5ffc52b405319038480c826d0ed8c76edef7338 (diff)
downloadopenbmc-c67cd93c3ebfb5462701929f5c3bc556524a2860.tar.xz
Make wget prefer openssl
When developers use wget, ideally they wouldn't need to pull in the binary size of gnutls as well. wget has packageconfig options for this, so add those to the distro preferences. Tested: Built with wget and "wget --version" includes "+ssl/openssl" in the response. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I797895a3e0adb498c89d101b962fc81bdd9a4966
-rw-r--r--meta-phosphor/recipes-extended/wget/wget_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-extended/wget/wget_%.bbappend b/meta-phosphor/recipes-extended/wget/wget_%.bbappend
new file mode 100644
index 0000000000..05096efa93
--- /dev/null
+++ b/meta-phosphor/recipes-extended/wget/wget_%.bbappend
@@ -0,0 +1,2 @@
+PACKAGECONFIG:remove:openbmc-phosphor = "gnutls"
+PACKAGECONFIG:append:openbmc-phosphor = " openssl"