From 4e105b27491a249109b174d2d6849e579a62627c Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 17 Feb 2026 16:41:43 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 () { install -d ${D}${PTEST_PATH}/tests cp -r ${B}/tests/test_* ${D}${PTEST_PATH}/tests } + +BBCLASSEXTEND = "native nativesdk"