blob: 97c354aba82bed05ee6d3408359d4632ac6cee5e [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00004HOMEPAGE = "https://www.issihosts.com/haveged/index.html"
5
6LICENSE = "GPL-3.0-only"
7LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9# v1.9.17
Patrick Williams58776372022-04-13 09:07:35 -050010SRCREV = "80ee9289569bc13efff4e0b5db3661cb513802b2"
Andrew Geissler9aee5002022-03-30 16:27:02 +000011SRC_URI = "git://github.com/jirka-h/haveged.git;branch=master;protocol=https \
12"
13S = "${WORKDIR}/git"
14
15UPSTREAM_CHECK_URI = "https://github.com/jirka-h/haveged/releases"
16
17inherit autotools
18
19EXTRA_OECONF = "\
20 --enable-nistest=yes \
21 --enable-olt=yes \
22 --enable-threads=no \
23"
24
25MIPS_INSTRUCTION_SET = "mips"