summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox.inc')
-rw-r--r--meta/recipes-core/busybox/busybox.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index bf6ddae7d1..391e4fd163 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -354,6 +354,8 @@ PTEST_BINDIR = "1"
354 354
355do_install_ptest () { 355do_install_ptest () {
356 cp -r ${B}/testsuite ${D}${PTEST_PATH}/ 356 cp -r ${B}/testsuite ${D}${PTEST_PATH}/
357 # These access the internet which is not guaranteed to work on machines running the tests
358 rm -rf ${D}${PTEST_PATH}/testsuite/wget
357 cp ${B}/.config ${D}${PTEST_PATH}/ 359 cp ${B}/.config ${D}${PTEST_PATH}/
358 ln -s /bin/busybox ${D}${PTEST_PATH}/busybox 360 ln -s /bin/busybox ${D}${PTEST_PATH}/busybox
359} 361}