SUMMARY = "Suspend/Resume performance tool" DESCRIPTION = "Linux tool to measure kernel activity between suspend and resume" HOMEPAGE = "http://01.org/suspendresume/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" SECTION = "tests" SRC_URI = "git://github.com/01org/suspendresume.git" SRCREV = "2a6919fc0da5e15837c8428c987c2e1aa20c5fc1" S = "${WORKDIR}/git" RDEPENDS_${PN} = "python" do_compile() { : } do_install() { install -d ${D}${bindir} install -m 0755 analyze_suspend.py ${D}${bindir} }