summaryrefslogtreecommitdiffstats
path: root/meta-oe
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 13:34:22 -0700
commited2da5a243ffa285748f5d73655c9604e7229910 (patch)
treebdf1bc6ede43ce146a641b9010b53d4f773c0222 /meta-oe
parent73a271cee439a98991b1751e0a2feded97768e80 (diff)
downloadmeta-openembedded-ed2da5a243ffa285748f5d73655c9604e7229910.tar.gz
xmlsec1: Use gcc always
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-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"