diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.10.1.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.10.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.10.1.bb b/meta/recipes-devtools/qemu/qemu_2.10.1.bb index 8e3ca3c949..5ac221c9ed 100644 --- a/meta/recipes-devtools/qemu/qemu_2.10.1.bb +++ b/meta/recipes-devtools/qemu/qemu_2.10.1.bb | |||
@@ -55,5 +55,8 @@ do_install_ptest() { | |||
55 | find ${D}${PTEST_PATH}/tests -type f -name "*.[Sshcod]" | xargs -i rm -rf {} | 55 | find ${D}${PTEST_PATH}/tests -type f -name "*.[Sshcod]" | xargs -i rm -rf {} |
56 | 56 | ||
57 | cp ${S}/tests/Makefile.include ${D}${PTEST_PATH}/tests | 57 | cp ${S}/tests/Makefile.include ${D}${PTEST_PATH}/tests |
58 | # Don't check the file genreated by configure | ||
59 | sed -i -e '/wildcard config-host.mak/d' \ | ||
60 | -e '$ {/endif/d}' ${D}${PTEST_PATH}/tests/Makefile.include | ||
58 | } | 61 | } |
59 | 62 | ||