aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-11 10:18:56 -0700
committerKhem Raj <raj.khem@gmail.com>2024-03-11 10:20:13 -0700
commit5f50417498394f2ddfb5900aced6b2777daf82c8 (patch)
treeb0cd14854ea962d61928079f8dd18d8432993998 /meta-oe/recipes-support
parentdd6421e65eb75c35a904f4b487ba022075035ecc (diff)
downloadmeta-openembedded-5f50417498394f2ddfb5900aced6b2777daf82c8.tar.gz
libtinyxml2: Extend for nativesdk
Some layers e.g. meta-freescale/variscrite uses nativesdk-uuu in the SDK which depends on it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
index 1c94eff246..bcd309282b 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb
@@ -27,4 +27,4 @@ do_install_ptest() {
done
}
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"