[OE-core] [PATCH 06/15] libgcrypt: Do not restrict to ARM ISA

Khem Raj raj.khem at gmail.com
Mon May 22 05:00:33 UTC 2017


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>
---
 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 84c1cc018b..3c7e89aa92 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"
-- 
2.13.0




More information about the Openembedded-core mailing list