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