All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] recipes-kernel: add powerdebug_0.6.1 recipe
@ 2011-11-26 13:51 Matthias Kaehlcke
  0 siblings, 0 replies; only message in thread
From: Matthias Kaehlcke @ 2011-11-26 13:51 UTC (permalink / raw)
  To: yocto

Add recipe for v0.6.1 of PowerDebug tool from Linaro

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
---
 meta/recipes-kernel/powerdebug/powerdebug_0.6.1.bb |   25 ++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-kernel/powerdebug/powerdebug_0.6.1.bb

diff --git a/meta/recipes-kernel/powerdebug/powerdebug_0.6.1.bb b/meta/recipes-kernel/powerdebug/powerdebug_0.6.1.bb
new file mode 100644
index 0000000..ef88f5a
--- /dev/null
+++ b/meta/recipes-kernel/powerdebug/powerdebug_0.6.1.bb
@@ -0,0 +1,25 @@
+SUMMARY = "A tool to display regulator and sensor information"
+DESCRIPTION = "PowerDebug, is a tool that provides users extra information \
+about how the power is being managed in the system"
+HOMEPAGE = "https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/PowerDebug"
+BUGTRACKER = "https://bugs.launchpad.net/linaro-powerdebug"
+
+LICENSE = "EPL-1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=cdd7b8fa70e88be67e325baae3b8ee95"
+
+DEPENDS = "ncurses"
+
+SRCREV = "8df301c8986c694393c246fd274f96cc5cb61cdd"
+
+PR = "r0"
+
+SRC_URI = "git://git.linaro.org/tools/powerdebug.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+CFLAGS += "${LDFLAGS}"
+
+do_install () {
+    oe_runmake install DESTDIR=${D}
+}
+
-- 
1.7.7.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-26 13:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-26 13:51 [PATCH] recipes-kernel: add powerdebug_0.6.1 recipe Matthias Kaehlcke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.