diff mbox series

[meta-swupdate] Fix build error of dependence.

Message ID 1592813918923.91961@cn.fujitsu.com
State Rejected
Headers show
Series [meta-swupdate] Fix build error of dependence. | expand

Commit Message

Zheng Ruoqin June 22, 2020, 8:18 a.m. UTC
-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 Ruoqin <zhengrq.fnst@cn.fujitsu.com>

---
 recipes-support/swupdate/swupdate/defconfig | 1 +
 1 file changed, 1 insertion(+)


--

2.17.1

Comments

Stefano Babic June 22, 2020, 10:38 a.m. UTC | #1
Hi Zheng,

On 22.06.20 10:18, Zheng, Ruoqin wrote:
> -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 Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> 
> ---
>  recipes-support/swupdate/swupdate/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> 
> diff --git a/recipes-support/swupdate/swupdate/defconfig b/recipes-support/swupdate/swupdate/defconfig
> index ffb3ea4..4e61f21 100644
> --- a/recipes-support/swupdate/swupdate/defconfig
> +++ b/recipes-support/swupdate/swupdate/defconfig
> @@ -96,3 +96,4 @@ CONFIG_SHELLSCRIPTHANDLER=y
>  # CONFIG_ARCHIVE is not set
>  # CONFIG_REMOTE_HANDLER is not set
>  # CONFIG_BOOTLOADERHANDLER is not set
> +CONFIG_SSL_IMPL_OPENSSL=y
> --
> 

I guess you have just edited the file and you have not rerun a
menuconfig. The file is then generated and some other CONFIG are still
missing. I send a new patch with all changes, then.

Best regards,
Stefano Babic
Zheng Ruoqin June 23, 2020, 2:05 a.m. UTC | #2
Hi Stefano

> I guess you have just edited the file and you have not rerun a menuconfig. The
> file is then generated and some other CONFIG are still missing. I send a new
> patch with all changes, then.

Yes, I have just edited the file and rebuild the OSS. It was passed so I thought it was no problem.

Best regards,
Zheng

--
--------------------------------------------------
Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
       Nanjing, 210012, China
MAIL : zhengrq.fnst@cn.fujistu.com

Hi Zheng,

On 22.06.20 10:18, Zheng, Ruoqin wrote:
> -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 Ruoqin <zhengrq.fnst@cn.fujitsu.com>
>
> ---
>  recipes-support/swupdate/swupdate/defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
>
> diff --git a/recipes-support/swupdate/swupdate/defconfig b/recipes-support/swupdate/swupdate/defconfig
> index ffb3ea4..4e61f21 100644
> --- a/recipes-support/swupdate/swupdate/defconfig
> +++ b/recipes-support/swupdate/swupdate/defconfig
> @@ -96,3 +96,4 @@ CONFIG_SHELLSCRIPTHANDLER=y
>  # CONFIG_ARCHIVE is not set
>  # CONFIG_REMOTE_HANDLER is not set
>  # CONFIG_BOOTLOADERHANDLER is not set
> +CONFIG_SSL_IMPL_OPENSSL=y
> --
>

I guess you have just edited the file and you have not rerun a
menuconfig. The file is then generated and some other CONFIG are still
missing. I send a new patch with all changes, then.

Best regards,
Stefano Babic


--
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
Stefano Babic June 23, 2020, 6:29 a.m. UTC | #3
Hi Zheng,

On 23.06.20 04:05, Zheng, Ruoqin wrote:
> Hi Stefano
> 
>> I guess you have just edited the file and you have not rerun a menuconfig. The
>> file is then generated and some other CONFIG are still missing. I send a new
>> patch with all changes, then.
> 
> Yes, I have just edited the file and rebuild the OSS. It was passed so I thought it was no problem.
> 

Ok, no problem - I have regenerated the file via menuconfig and applied 
to meta-swupdate (-master and -dunfell branches).

Best regards,
Stefano Babic

> Best regards,
> Zheng
> 
> --
> --------------------------------------------------
> Zheng Ruoqin
> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
> ADDR.: No.6 Wenzhu Road, Software Avenue,
>         Nanjing, 210012, China
> MAIL : zhengrq.fnst@cn.fujistu.com
> 
> Hi Zheng,
> 
> On 22.06.20 10:18, Zheng, Ruoqin wrote:
>> -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 Ruoqin <zhengrq.fnst@cn.fujitsu.com>
>>
>> ---
>>   recipes-support/swupdate/swupdate/defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>>
>> diff --git a/recipes-support/swupdate/swupdate/defconfig b/recipes-support/swupdate/swupdate/defconfig
>> index ffb3ea4..4e61f21 100644
>> --- a/recipes-support/swupdate/swupdate/defconfig
>> +++ b/recipes-support/swupdate/swupdate/defconfig
>> @@ -96,3 +96,4 @@ CONFIG_SHELLSCRIPTHANDLER=y
>>   # CONFIG_ARCHIVE is not set
>>   # CONFIG_REMOTE_HANDLER is not set
>>   # CONFIG_BOOTLOADERHANDLER is not set
>> +CONFIG_SSL_IMPL_OPENSSL=y
>> --
>>
> 
> I guess you have just edited the file and you have not rerun a
> menuconfig. The file is then generated and some other CONFIG are still
> missing. I send a new patch with all changes, then.
> 
> Best regards,
> Stefano Babic
> 
> 
> --
> =====================================================================
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
> =====================================================================
> 
> 
> 
>
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate/defconfig b/recipes-support/swupdate/swupdate/defconfig
index ffb3ea4..4e61f21 100644
--- a/recipes-support/swupdate/swupdate/defconfig
+++ b/recipes-support/swupdate/swupdate/defconfig
@@ -96,3 +96,4 @@  CONFIG_SHELLSCRIPTHANDLER=y
 # CONFIG_ARCHIVE is not set
 # CONFIG_REMOTE_HANDLER is not set
 # CONFIG_BOOTLOADERHANDLER is not set
+CONFIG_SSL_IMPL_OPENSSL=y