aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/usecpu/usecpu_git.bb
blob: 69c46776c4e80280dd93342c4db30ba226e03dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Uses the CPU"
DESCRIPTION = "This program uses the CPU on a System"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://use_cpu.c;endline=39;md5=f39117026e553ebdce39f633b7b92f9f"
SRCREV = "e246c70aa6cac5df0e593ef3416380ff75a70dc0"
PV = "0.1+git${SRCPV}"

SRC_URI = "git://git.linaro.org/lng/usecpu.git"

S = "${WORKDIR}/git"

do_compile() {
    oe_runmake use_cpu
}

do_install() {
    install -D -p -m0755 use_cpu ${D}${bindir}/use_cpu
}