xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/haveged/haveged_1.9.18.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "haveged - A simple entropy daemon"
2*4882a593SmuzhiyunDESCRIPTION = "The haveged project is an attempt to provide an easy-to-use, unpredictable random number generator based upon an adaptation of the HAVEGE algorithm. Haveged was created to remedy low-entropy conditions in the Linux random device that can occur under some workloads, especially on headless servers."
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunAUTHOR = "Gary Wuertz"
5*4882a593SmuzhiyunHOMEPAGE = "https://www.issihosts.com/haveged/index.html"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunLICENSE = "GPL-3.0-only"
8*4882a593SmuzhiyunLIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun# v1.9.17
11*4882a593SmuzhiyunSRCREV = "80ee9289569bc13efff4e0b5db3661cb513802b2"
12*4882a593SmuzhiyunSRC_URI = "git://github.com/jirka-h/haveged.git;branch=master;protocol=https \
13*4882a593Smuzhiyun"
14*4882a593SmuzhiyunS = "${WORKDIR}/git"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunUPSTREAM_CHECK_URI = "https://github.com/jirka-h/haveged/releases"
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuninherit autotools
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunEXTRA_OECONF = "\
21*4882a593Smuzhiyun    --enable-nistest=yes \
22*4882a593Smuzhiyun    --enable-olt=yes \
23*4882a593Smuzhiyun    --enable-threads=no \
24*4882a593Smuzhiyun"
25*4882a593Smuzhiyun
26*4882a593SmuzhiyunMIPS_INSTRUCTION_SET = "mips"
27