diff options
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests_git.bb')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests_git.bb b/meta/recipes-rt/rt-tests/rt-tests_git.bb index ef082131e2..1f48e143d4 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_git.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_git.bb | |||
@@ -27,7 +27,7 @@ do_install() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | do_install_ptest() { | 29 | do_install_ptest() { |
30 | cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH} | 30 | cp ${UNPACKDIR}/rt_bmark.py ${D}${PTEST_PATH} |
31 | } | 31 | } |
32 | 32 | ||
33 | RDEPENDS:${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc" | 33 | RDEPENDS:${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc" |