diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_5.5.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt_5.5.0.bb b/recipes-extended/libvirt/libvirt_5.5.0.bb index de936c4f..53f4b3e3 100644 --- a/recipes-extended/libvirt/libvirt_5.5.0.bb +++ b/recipes-extended/libvirt/libvirt_5.5.0.bb | |||
@@ -357,6 +357,8 @@ EXTRA_OECONF += " \ | |||
357 | 357 | ||
358 | EXTRA_OEMAKE = "BUILD_DIR=${B} DEST_DIR=${D}${PTEST_PATH} PTEST_DIR=${PTEST_PATH} SYSTEMD_UNIT_DIR=${systemd_system_unitdir}" | 358 | EXTRA_OEMAKE = "BUILD_DIR=${B} DEST_DIR=${D}${PTEST_PATH} PTEST_DIR=${PTEST_PATH} SYSTEMD_UNIT_DIR=${systemd_system_unitdir}" |
359 | 359 | ||
360 | PRIVATE_LIBS_${PN}-ptest_append = "libvirt-admin.so.0" | ||
361 | |||
360 | do_compile_ptest() { | 362 | do_compile_ptest() { |
361 | oe_runmake -C tests buildtest-TESTS | 363 | oe_runmake -C tests buildtest-TESTS |
362 | } | 364 | } |