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-23 11:03:29 -0700
commitc8f7d0f7b387ee3c4585419758e4994900f4a3fb (patch)
tree6d52c1ccfe7ecc0059ba8c66cb328ed47c86be33
parent83b9cfb66f047aef84468a3dc3faa1fd7007a445 (diff)
downloadmeta-openembedded-c8f7d0f7b387ee3c4585419758e4994900f4a3fb.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"