package/alljoyn: use builtin crypto
Support for OpenSSL 1.1 is broken, use builtin crypto for now like
Debian does:
09d9f916ec (8756c63497c8dc39f7773438edf53b220c773f67_27_26)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f2074e11ed
commit
51c6884773
@ -7,7 +7,6 @@ config BR2_PACKAGE_ALLJOYN
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_LIBCAP
|
select BR2_PACKAGE_LIBCAP
|
||||||
select BR2_PACKAGE_OPENSSL
|
|
||||||
help
|
help
|
||||||
The AllJoyn framework defines a common way for devices and
|
The AllJoyn framework defines a common way for devices and
|
||||||
apps to communicate with one another regardless of brands,
|
apps to communicate with one another regardless of brands,
|
||||||
|
@ -11,11 +11,9 @@ ALLJOYN_SITE = https://mirrors.kernel.org/allseenalliance/alljoyn/$(ALLJOYN_REV)
|
|||||||
# See https://allseenalliance.org/alliance/ip-policy
|
# See https://allseenalliance.org/alliance/ip-policy
|
||||||
ALLJOYN_LICENSE = ISC
|
ALLJOYN_LICENSE = ISC
|
||||||
|
|
||||||
ALLJOYN_DEPENDENCIES = host-scons libcap openssl
|
ALLJOYN_DEPENDENCIES = host-scons libcap
|
||||||
ALLJOYN_INSTALL_STAGING = YES
|
ALLJOYN_INSTALL_STAGING = YES
|
||||||
|
|
||||||
ALLJOYN_CRYPTO = openssl
|
|
||||||
|
|
||||||
# AllJoyn can be compiled in debug or release mode. By default, AllJoyn is built
|
# AllJoyn can be compiled in debug or release mode. By default, AllJoyn is built
|
||||||
# in debug mode.
|
# in debug mode.
|
||||||
ALLJOYN_VARIANT = release
|
ALLJOYN_VARIANT = release
|
||||||
@ -39,7 +37,7 @@ ALLJOYN_SCONS_OPTS = \
|
|||||||
CPU=$(ALLJOYN_CPU) \
|
CPU=$(ALLJOYN_CPU) \
|
||||||
VARIANT=$(ALLJOYN_VARIANT) \
|
VARIANT=$(ALLJOYN_VARIANT) \
|
||||||
BR=off \
|
BR=off \
|
||||||
CRYPTO=$(ALLJOYN_CRYPTO) \
|
CRYPTO=builtin \
|
||||||
BINDINGS=$(ALLJOYN_BINDINGS) \
|
BINDINGS=$(ALLJOYN_BINDINGS) \
|
||||||
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
|
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" \
|
TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user