summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/busybox/busybox.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 391e4fd163..1a82f23b0f 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -356,7 +356,7 @@ do_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 357 # These access the internet which is not guaranteed to work on machines running the tests
358 rm -rf ${D}${PTEST_PATH}/testsuite/wget 358 rm -rf ${D}${PTEST_PATH}/testsuite/wget
359 cp ${B}/.config ${D}${PTEST_PATH}/ 359 sort ${B}/.config > ${D}${PTEST_PATH}/.config
360 ln -s /bin/busybox ${D}${PTEST_PATH}/busybox 360 ln -s /bin/busybox ${D}${PTEST_PATH}/busybox
361} 361}
362 362