mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
libssh: add gcrypt to PACKAGECONFIG
This would allow to build it without libgcrypt (relying instead on libcrypto). Enable it by default to keep the recipe behaving the same wihtout a configuration change. Signed-off-by: Valentin Longchamp <valentin@longchamp.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
120de5e02a
commit
86eb692a4e
@@ -4,7 +4,7 @@ SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dabb4958b830e5df11d2b0ed8ea255a0"
|
||||
|
||||
DEPENDS = "zlib openssl libgcrypt"
|
||||
DEPENDS = "zlib openssl"
|
||||
|
||||
SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=stable-0.8"
|
||||
SRCREV = "04685a74df9ce1db1bc116a83a0da78b4f4fa1f8"
|
||||
@@ -13,13 +13,13 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
PACKAGECONFIG ??=""
|
||||
PACKAGECONFIG ??= "gcrypt"
|
||||
PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, "
|
||||
PACKAGECONFIG[gcrypt] = "-DWITH_GCRYPT=1, -DWITH_GCRYPT=0, libgcrypt, "
|
||||
|
||||
ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||
|
||||
EXTRA_OECMAKE = " \
|
||||
-DWITH_GCRYPT=1 \
|
||||
-DWITH_PCAP=1 \
|
||||
-DWITH_SFTP=1 \
|
||||
-DWITH_ZLIB=1 \
|
||||
|
||||
Reference in New Issue
Block a user