]> code.ossystems Code Review - openembedded-core.git/commit
json-c: Don't --enable-rdrand
authorAdrian Bunk <bunk@stusta.de>
Sun, 29 Sep 2019 20:44:53 +0000 (23:44 +0300)
committerArmin Kuster <akuster808@gmail.com>
Sun, 6 Oct 2019 15:26:28 +0000 (08:26 -0700)
commit07b19cd9ef127ec87f727e154eda62272a828275
tree27d42b6d526fca44209890ea32fd6b7cf8a73af4
parent6b7604c536a7a2da99490a7550f997a8e35ca043
json-c: Don't --enable-rdrand

In recent years AMD CPUs have had various problems with RDRAND
giving either non-random data or no result at all, which is
problematic if either build or target machine has a CPU with
this problem.

The fallback is /dev/urandom, and I'd trust the kernel here.

--enable-rdrand was added in an upgrade to a new upstream
version without mentioning any reason.

[YOCTO #13534]

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/json-c/json-c_0.13.1.bb