diff options
| -rw-r--r-- | meta-oe/recipes-devtools/bootchart/bootchart_git.bb | 15 |
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 @@ | |||
| 1 | DESCRIPTION = "Monitors where the system spends its time at start, creating a graph of all processes, disk utilization, and wait time." | ||
| 2 | HOMEPAGE = "http://meego.gitorious.org/meego-developer-tools/bootchart" | ||
| 3 | |||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" | ||
| 6 | |||
| 7 | SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git" | ||
| 8 | SRCREV = "4420bc4318c4aada7c7d128105e56ecc8c84cb19" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | do_install() { | ||
| 13 | oe_runmake install DESTDIR=${D} | ||
| 14 | } | ||
| 15 | |||
