summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-pluggy_1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
index 3f2895a061..2935acf95f 100644
--- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
@@ -24,3 +24,5 @@ do_install_ptest() {
24 install -d ${D}${PTEST_PATH}/testing 24 install -d ${D}${PTEST_PATH}/testing
25 cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/ 25 cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/
26} 26}
27
28BBCLASSEXTEND = "native nativesdk"