diff options
| author | Adam Duskett <adam.duskett@amarulasolutions.com> | 2026-02-17 16:41:43 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-17 22:42:42 -0800 |
| commit | 4e105b27491a249109b174d2d6849e579a62627c (patch) | |
| tree | ad8dd12b79c135c88d09058ef254a722edef437f | |
| parent | 4eefeb335747f699dd29dfd8c29af69fe6ae4370 (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 36 | BBCLASSEXTEND = "native nativesdk" | ||
