Add recipe for v0.6.1 of PowerDebug tool from Linaro Signed-off-by: Matthias Kaehlcke <matth...@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 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto