Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
swupdate
meta-swupdate
Commits
03aaa79e
Commit
03aaa79e
authored
May 05, 2020
by
Alexander Vickberg
Committed by
Stefano Babic
May 08, 2020
Browse files
Fix DEPENDS if using MbedTLS instead of OpenSSL
Signed-off-by:
Alexander Vickberg
<
wickbergster@gmail.com
>
parent
293f273d
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes-support/swupdate/swupdate.inc
View file @
03aaa79e
...
...
@@ -99,6 +99,8 @@ python () {
if
'CONFIG_SSL_IMPL_OPENSSL=y\n'
in
features
:
depends
+=
' openssl'
elif
'CONFIG_SSL_IMPL_MBEDTLS=y\n'
in
features
:
depends
+=
' mbedtls'
if
'CONFIG_JSON=y\n'
in
features
:
depends
+=
' json-c'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment