diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-09-20 11:26:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-27 13:02:16 +0100 |
commit | 56da8174e7cf1de7c17cfb7b3d62ec36841f5520 (patch) | |
tree | 48a30030ba8acd0530b5619de56f1fb372242a9e | |
parent | 667200903ca8b21b084e0d0cd73a96be3fd49fee (diff) | |
download | poky-56da8174e7cf1de7c17cfb7b3d62ec36841f5520.tar.gz |
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]
(From OE-Core rev: abc51bfa8933dda99b6c82ac37692830315325b3)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.13.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/json-c/json-c_0.13.1.bb b/meta/recipes-devtools/json-c/json-c_0.13.1.bb index 9d8f2e7870..9654e60a3d 100644 --- a/meta/recipes-devtools/json-c/json-c_0.13.1.bb +++ b/meta/recipes-devtools/json-c/json-c_0.13.1.bb | |||
@@ -23,7 +23,6 @@ RPROVIDES_${PN} = "libjson" | |||
23 | inherit autotools | 23 | inherit autotools |
24 | 24 | ||
25 | EXTRA_OECONF = "--disable-werror \ | 25 | EXTRA_OECONF = "--disable-werror \ |
26 | --enable-rdrand \ | ||
27 | " | 26 | " |
28 | 27 | ||
29 | do_configure_prepend() { | 28 | do_configure_prepend() { |