From c158582c0fc7f4bd73980fe9adad446855f4d61b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:54 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-test/virt-test/virt-test-libvirt_git.bb | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-test/virt-test/virt-test-libvirt_git.bb (limited to 'recipes-test/virt-test/virt-test-libvirt_git.bb') diff --git a/recipes-test/virt-test/virt-test-libvirt_git.bb b/recipes-test/virt-test/virt-test-libvirt_git.bb new file mode 100644 index 0000000..c14a242 --- /dev/null +++ b/recipes-test/virt-test/virt-test-libvirt_git.bb @@ -0,0 +1,26 @@ +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} +} -- cgit v1.2.3-54-g00ecf