[oe-commits] [openembedded-core] 05/12: json-c: Don't --enable-rdrand

git at git.openembedded.org git at git.openembedded.org
Thu Oct 10 15:52:53 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch thud
in repository openembedded-core.

commit fad633eb5c464d4e2a984b9259625bcd150ee357
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Sun Sep 29 23:46:25 2019 +0300

    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 at stusta.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/json-c/json-c_0.13.1.bb | 2 --
 1 file changed, 2 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 5b10e68..e6a3899 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
@@ -20,8 +20,6 @@ RPROVIDES_${PN} = "libjson"
 
 inherit autotools
 
-EXTRA_OECONF = "--enable-rdrand"
-
 do_configure_prepend() {
     # Clean up autoconf cruft that should not be in the tarball
     rm -f ${S}/config.status

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list