mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
bootchart: add meego C only version
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
15
meta-oe/recipes-devtools/bootchart/bootchart_git.bb
Normal file
15
meta-oe/recipes-devtools/bootchart/bootchart_git.bb
Normal file
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user