summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-03-21 07:15:46 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-21 07:16:54 -0700
commitdc4c959d6cb20e462725a3c2ee0fc76c6fd90f7e (patch)
treec87c449e779971840fc853a6e7d500c5712cf87a
parent4b4aa57df27f2613db4389153c24eae44eec162c (diff)
downloadmeta-openembedded-dc4c959d6cb20e462725a3c2ee0fc76c6fd90f7e.tar.gz
xmlsec1: Use gcc always
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb
index e0888f1ff4..27a29fbf6d 100644
--- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb
+++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb
@@ -72,3 +72,5 @@ do_install_ptest () {
72} 72}
73 73
74BBCLASSEXTEND = "native" 74BBCLASSEXTEND = "native"
75
76TOOLCHAIN = "gcc"