diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-extra/usecpu/usecpu_git.bb | |
download | meta-linaro-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro/recipes-extra/usecpu/usecpu_git.bb')
-rw-r--r-- | meta-linaro/recipes-extra/usecpu/usecpu_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/usecpu/usecpu_git.bb b/meta-linaro/recipes-extra/usecpu/usecpu_git.bb new file mode 100644 index 0000000..69c4677 --- /dev/null +++ b/meta-linaro/recipes-extra/usecpu/usecpu_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Uses the CPU" | ||
2 | DESCRIPTION = "This program uses the CPU on a System" | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://use_cpu.c;endline=39;md5=f39117026e553ebdce39f633b7b92f9f" | ||
5 | SRCREV = "e246c70aa6cac5df0e593ef3416380ff75a70dc0" | ||
6 | PV = "0.1+git${SRCPV}" | ||
7 | |||
8 | SRC_URI = "git://git.linaro.org/lng/usecpu.git" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | do_compile() { | ||
13 | oe_runmake use_cpu | ||
14 | } | ||
15 | |||
16 | do_install() { | ||
17 | install -D -p -m0755 use_cpu ${D}${bindir}/use_cpu | ||
18 | } | ||