mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
The original configure script detects the header files of openssl to set variable like 'HAVE_OPENSSL_AES_H' in config.h and ignore the value of '--enable-openssl', this may cause inconsistent build. (From OE-Core rev: 17e34c083aa53914610d8eca2341e82d0e1208e2) Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
668 B
BlitzBasic
16 lines
668 B
BlitzBasic
require nettle.inc
|
|
|
|
LICENSE = "LGPLv3+ | GPLv2+"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6 \
|
|
file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://serpent-decrypt.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e \
|
|
file://serpent-set-key.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e"
|
|
|
|
SRC_URI += "\
|
|
file://check-header-files-of-openssl-only-if-enable_.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "10f969f78a463704ae73529978148dbe"
|
|
SRC_URI[sha256sum] = "46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e"
|