summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb')
-rw-r--r--meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb b/meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb
new file mode 100644
index 0000000..9b6f3a0
--- /dev/null
+++ b/meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "tool to display regulator, sensor and clock information"
2SUMMARY = "PowerDebug is a tool to display regulator, sensor and clock \
3information. Data is refreshed every few seconds. There is also dump option \
4to display the information just once."
5LICENSE = "EPL-1.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=cdd7b8fa70e88be67e325baae3b8ee95"
7DEPENDS = "ncurses"
8
9MMYY = "14.06"
10RELEASE = "20${MMYY}"
11
12SRC_URI = "http://releases.linaro.org/${MMYY}/components/power-management/powerdebug/linaro-powerdebug-${PV}-${RELEASE}.tar.bz2"
13
14SRC_URI[md5sum] = "f381946c5ca2f8075ed1bedc5f2a2876"
15SRC_URI[sha256sum] = "bfc4c92d8a8a1c8ee208a12310d3c763f111cf76d283facedb7ef56cafd074a1"
16
17S = "${WORKDIR}/powerdebug-${PV}-${RELEASE}"
18
19do_install () {
20 install -D -p -m0755 powerdebug ${D}/${sbindir}/powerdebug
21 install -D -p -m0644 powerdebug.8 ${D}${mandir}/man8/powerdebug.8
22}