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>
This commit is contained in:
Adam Duskett
2026-02-17 16:41:43 +01:00
committed by Khem Raj
parent 4eefeb3357
commit 4e105b2749
@@ -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"