summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"