diff options
Diffstat (limited to 'meta/recipes-core/musl/libc-test_git.bb')
-rw-r--r-- | meta/recipes-core/musl/libc-test_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index 619a959fd2..71a111cfa4 100644 --- a/meta/recipes-core/musl/libc-test_git.bb +++ b/meta/recipes-core/musl/libc-test_git.bb | |||
@@ -18,8 +18,6 @@ SRC_URI = " \ | |||
18 | 18 | ||
19 | PV = "0+git" | 19 | PV = "0+git" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | # libc-test 'make' or 'make run' command is designed to build and run tests. It | 21 | # libc-test 'make' or 'make run' command is designed to build and run tests. It |
24 | # reports both build and test failures. The commands should be run on target. | 22 | # reports both build and test failures. The commands should be run on target. |
25 | do_compile() { | 23 | do_compile() { |
@@ -50,7 +48,7 @@ do_install () { | |||
50 | } | 48 | } |
51 | 49 | ||
52 | do_install_ptest_base:append() { | 50 | do_install_ptest_base:append() { |
53 | install -Dm 0755 ${WORKDIR}/run-libc-ptests ${D}${PTEST_PATH}/run-libc-ptests | 51 | install -Dm 0755 ${UNPACKDIR}/run-libc-ptests ${D}${PTEST_PATH}/run-libc-ptests |
54 | } | 52 | } |
55 | 53 | ||
56 | COMPATIBLE_HOST = "null" | 54 | COMPATIBLE_HOST = "null" |