blob: 25007c77737ab079a04f3d91b1402838779df1a6 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "haveged - A simple entropy daemon"
2DESCRIPTION = "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
4AUTHOR = "Gary Wuertz"
5HOMEPAGE = "https://www.issihosts.com/haveged/index.html"
6
7LICENSE = "GPL-3.0-only"
8LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
9
10# v1.9.17
11SRCREV = "1ff76272aba9803501e6f473dd5083f0e09289ac"
12SRC_URI = "git://github.com/jirka-h/haveged.git;branch=master;protocol=https \
13"
14S = "${WORKDIR}/git"
15
16UPSTREAM_CHECK_URI = "https://github.com/jirka-h/haveged/releases"
17
18inherit autotools
19
20EXTRA_OECONF = "\
21 --enable-nistest=yes \
22 --enable-olt=yes \
23 --enable-threads=no \
24"
25
26MIPS_INSTRUCTION_SET = "mips"