diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.19.bb b/recipes-extended/libvirt/libvirt_1.2.19.bb index 9a58be2c..4de284c2 100644 --- a/recipes-extended/libvirt/libvirt_1.2.19.bb +++ b/recipes-extended/libvirt/libvirt_1.2.19.bb | |||
@@ -269,9 +269,9 @@ do_compile_ptest() { | |||
269 | do_install_ptest() { | 269 | do_install_ptest() { |
270 | oe_runmake -C tests install-ptest | 270 | oe_runmake -C tests install-ptest |
271 | 271 | ||
272 | # Update libdir references in copied .la files | 272 | # remove .la files for ptest, they aren't required and can trigger QA errors |
273 | for i in `find ${D}${PTEST_PATH} -type f -name *.la`; do | 273 | for i in `find ${D}${PTEST_PATH} -type f -name *.la`; do |
274 | sed -i -e 's#${B}#${PTEST_PATH}#g' $i | 274 | rm -f $i |
275 | done | 275 | done |
276 | } | 276 | } |
277 | 277 | ||