blob: 069fdf7bc25ee0b12c487a33094ca225052dbc7c [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
Patrick Williams58776372022-04-13 09:07:35 -050011SRCREV = "80ee9289569bc13efff4e0b5db3661cb513802b2"
Andrew Geissler9aee5002022-03-30 16:27:02 +000012SRC_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"