SUMMARY = "Linux Virtualization Tests - libvirt tests" DESCRIPTION = "Libvirt tests for the virt-test test framework" HOMEPAGE = "https://github.com/autotest/tp-libvirt" SECTION = "console/tests" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=17f870b05bb22b9c31f4d593711edf58" RDEPENDS_${PN} = "virt-test" # Use date of commit pointed to by SRCREV PV = "2014.03.07" SRCREV = "9d4c278ed36e8bd4104cf94e77dc7e89f4ccb917" SRC_URI = "git://github.com/autotest/tp-libvirt" S = "${WORKDIR}/git" B = "${S}" DESTDIR = "/opt/virt-test/test-providers.d/downloads/io-github-autotest-libvirt/" FILES_${PN} += "${DESTDIR}" do_install() { install -d ${D}/${DESTDIR} cp -r --preserve=mode,links ${B}/* ${D}/${DESTDIR} }