All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [meta-swupdate] Fix build error of dependence.
@ 2020-06-04 12:26 zhengruoqin
  2020-06-04  7:22 ` [yocto] " Stefano Babic
  0 siblings, 1 reply; 9+ messages in thread
From: zhengruoqin @ 2020-06-04 12:26 UTC (permalink / raw)
  To: yocto; +Cc: Zheng Ruoqing

 -c -o mongoose/mongoose.o mongoose/mongoose.c
| mongoose/mongoose.c:4496:10: fatal error: openssl/ssl.h: No such file
or directory

Signed-off-by: Zheng Ruoqing <zhengrq.fnst@cn.fujitsu.com>
---
 recipes-support/swupdate/swupdate.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index 9ea0a8a..3d9a3fa 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -123,6 +123,9 @@ python () {
     elif 'CONFIG_SSL_IMPL_MBEDTLS=y\n' in features:
         depends += ' mbedtls'
 
+    if 'CONFIG_MONGOOSESSL=y\n' in features:
+        depends += ' openssl'
+
     if 'CONFIG_JSON=y\n' in features:
         depends += ' json-c'
 
-- 
2.17.1




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-06-19  8:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 12:26 [PATCH] [meta-swupdate] Fix build error of dependence zhengruoqin
2020-06-04  7:22 ` [yocto] " Stefano Babic
2020-06-08  8:49   ` zhengruoqin
2020-06-08  8:55     ` [swupdate] " Stefano Babic
2020-06-18  7:08       ` zhengruoqin
2020-06-18  7:42         ` Stefano Babic
     [not found]           ` <CAAxSGfY9uDN708Cy5LFd3cgeRMgfBT85o8Pw=mFwL-T66oOe+w@mail.gmail.com>
2020-06-18  8:22             ` Stefano Babic
2020-06-19  6:20               ` zhengruoqin
2020-06-19  8:53                 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.