summaryrefslogtreecommitdiffstats
path: root/recipes-test/virt-test/virt-test-libvirt_git.bb
blob: c14a242df5d9cbe5bced5ac697fef689b270b63a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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}
}