[oe-commits] [openembedded-core] 11/31: libgcrypt: Do not restrict to ARM ISA

git at git.openembedded.org git at git.openembedded.org
Thu May 25 23:00:01 UTC 2017


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

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

commit 9f3401eb2c7ee6a4cf9c1b0cdeb61c8c0fdd2301
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun May 21 22:00:33 2017 -0700

    libgcrypt: Do not restrict to ARM ISA
    
    This works ok with thumb2 as well now a days
    It was added in 2006
    http://git.openembedded.org/openembedded/commit/?id=037b00e3d629962e8d2bc4fcc944c9ecf9a240be
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/libgcrypt/libgcrypt.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
index 84c1cc0..3c7e89a 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt.inc
+++ b/meta/recipes-support/libgcrypt/libgcrypt.inc
@@ -47,6 +47,4 @@ PACKAGES =+ "dumpsexp-dev"
 FILES_${PN}-dev += "${bindir}/hmac256"
 FILES_dumpsexp-dev += "${bindir}/dumpsexp"
 
-ARM_INSTRUCTION_SET = "arm"
-
 BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list