summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-21 22:00:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-25 23:59:31 +0100
commit13f1672157b9ca7b9f07519950394b4be85be89d (patch)
tree98810d7872860d4ba7a8e12092b6dbf53f75fc15 /meta/recipes-support/libgcrypt
parent5205a9c603eae081b83bc824d399e3ca0e606a81 (diff)
downloadpoky-13f1672157b9ca7b9f07519950394b4be85be89d.tar.gz
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 (From OE-Core rev: 9f3401eb2c7ee6a4cf9c1b0cdeb61c8c0fdd2301) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt')
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt.inc2
1 files changed, 0 insertions, 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"
47FILES_${PN}-dev += "${bindir}/hmac256" 47FILES_${PN}-dev += "${bindir}/hmac256"
48FILES_dumpsexp-dev += "${bindir}/dumpsexp" 48FILES_dumpsexp-dev += "${bindir}/dumpsexp"
49 49
50ARM_INSTRUCTION_SET = "arm"
51
52BBCLASSEXTEND = "native nativesdk" 50BBCLASSEXTEND = "native nativesdk"