aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/bootchart
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-02 13:22:34 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-02 13:22:34 +0100
commit1e6a6f47d0eabc51e361a6176aa7f8d87e86c628 (patch)
tree2d9f50adc268919506633551fad460454ee8fc4d /meta-oe/recipes-devtools/bootchart
parente57d05be92efb823d43188a08f40e3cceeb41175 (diff)
downloadmeta-openembedded-contrib-1e6a6f47d0eabc51e361a6176aa7f8d87e86c628.tar.gz
bootchart: add meego C only version
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/bootchart')
-rw-r--r--meta-oe/recipes-devtools/bootchart/bootchart_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/bootchart/bootchart_git.bb b/meta-oe/recipes-devtools/bootchart/bootchart_git.bb
new file mode 100644
index 0000000000..62705f6e52
--- /dev/null
+++ b/meta-oe/recipes-devtools/bootchart/bootchart_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Monitors where the system spends its time at start, creating a graph of all processes, disk utilization, and wait time."
+HOMEPAGE = "http://meego.gitorious.org/meego-developer-tools/bootchart"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
+
+SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git"
+SRCREV = "4420bc4318c4aada7c7d128105e56ecc8c84cb19"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+ oe_runmake install DESTDIR=${D}
+}
+