projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cb57b
)
libwebsockets: OpenSSL and mbedTLS variants should conflict
author
Josef Schlehofer
<
[email protected]
>
Tue, 25 Oct 2022 10:14:25 +0000
(12:14 +0200)
committer
Josef Schlehofer
<
[email protected]
>
Tue, 25 Oct 2022 12:29:35 +0000
(14:29 +0200)
They provide the same files, but they don't conflict to each other, this
means that users can install them side by side.
Signed-off-by: Josef Schlehofer <
[email protected]
>
(cherry picked from commit
676c5c72b5eeb583da2603e399fac085fa442c59
)
libs/libwebsockets/Makefile
patch
|
blob
|
history
diff --git
a/libs/libwebsockets/Makefile
b/libs/libwebsockets/Makefile
index 89e1a64f79706aab40faaa98c8198a0fb86bf135..0d0c3e9e5d3de00c72da3101bb21ff6fafd11d74 100644
(file)
--- a/
libs/libwebsockets/Makefile
+++ b/
libs/libwebsockets/Makefile
@@
-59,6
+59,7
@@
define Package/libwebsockets-mbedtls
TITLE += (mbedTLS)
DEPENDS += +libmbedtls
VARIANT:=mbedtls
+ CONFLICTS:=libwebsockets-openssl
endef
define Package/libwebsockets-full