summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Duskett <adam.duskett@amarulasolutions.com>2026-02-17 16:41:43 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-17 22:42:42 -0800
commit4e105b27491a249109b174d2d6849e579a62627c (patch)
treead8dd12b79c135c88d09058ef254a722edef437f
parent4eefeb335747f699dd29dfd8c29af69fe6ae4370 (diff)
downloadmeta-openembedded-4e105b27491a249109b174d2d6849e579a62627c.tar.gz
libtoml11: add a BBCLASSEXTEND
A native version of libtoml11 may be needed for recipes such as dnf5 in the future. Add it now. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb
index 5815a5e574..d31ca06e77 100644
--- a/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb
+++ b/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb
@@ -32,3 +32,5 @@ do_install_ptest () {
32 install -d ${D}${PTEST_PATH}/tests 32 install -d ${D}${PTEST_PATH}/tests
33 cp -r ${B}/tests/test_* ${D}${PTEST_PATH}/tests 33 cp -r ${B}/tests/test_* ${D}${PTEST_PATH}/tests
34} 34}
35
36BBCLASSEXTEND = "native nativesdk"