diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.3.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb index 3eff58d2..fad56323 100644 --- a/recipes-extended/libvirt/libvirt_1.3.5.bb +++ b/recipes-extended/libvirt/libvirt_1.3.5.bb | |||
@@ -275,7 +275,7 @@ do_install_ptest() { | |||
275 | find ${S}/tests -maxdepth 1 -type d -exec cp -r {} ${D}${PTEST_PATH}/tests/ \; | 275 | find ${S}/tests -maxdepth 1 -type d -exec cp -r {} ${D}${PTEST_PATH}/tests/ \; |
276 | 276 | ||
277 | # remove .la files for ptest, they aren't required and can trigger QA errors | 277 | # remove .la files for ptest, they aren't required and can trigger QA errors |
278 | for i in `find ${D}${PTEST_PATH} -type f -name *.la`; do | 278 | for i in `find ${D}${PTEST_PATH} -type f \( -name *.la -o -name *.o \)`; do |
279 | rm -f $i | 279 | rm -f $i |
280 | done | 280 | done |
281 | } | 281 | } |