diff options
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 808c3dc700..187ca15957 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -349,7 +349,7 @@ do_install_ptest () { | |||
349 | # These access the internet which is not guaranteed to work on machines running the tests | 349 | # These access the internet which is not guaranteed to work on machines running the tests |
350 | rm -rf ${D}${PTEST_PATH}/testsuite/wget | 350 | rm -rf ${D}${PTEST_PATH}/testsuite/wget |
351 | sort ${B}/.config > ${D}${PTEST_PATH}/.config | 351 | sort ${B}/.config > ${D}${PTEST_PATH}/.config |
352 | ln -s /bin/busybox ${D}${PTEST_PATH}/busybox | 352 | ln -s ${base_bindir}/busybox ${D}${PTEST_PATH}/busybox |
353 | } | 353 | } |
354 | 354 | ||
355 | inherit update-alternatives | 355 | inherit update-alternatives |