mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 04:33:29 +00:00
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:
parent
4eefeb3357
commit
4e105b2749
@ -32,3 +32,5 @@ do_install_ptest () {
|
|||||||
install -d ${D}${PTEST_PATH}/tests
|
install -d ${D}${PTEST_PATH}/tests
|
||||||
cp -r ${B}/tests/test_* ${D}${PTEST_PATH}/tests
|
cp -r ${B}/tests/test_* ${D}${PTEST_PATH}/tests
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user