Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | PV = "1.17" |
| 8 | PR = "r1" |
| 9 | PE = "1" |
| 10 | |
| 11 | SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git;protocol=https \ |
| 12 | file://0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch \ |
| 13 | file://0002-svg-open-etc-os-release-and-use-PRETTY_NAME-for-the-.patch \ |
| 14 | " |
| 15 | |
| 16 | SRCREV = "a2c7561d4060a9f075339bda89e793c76f2ff6dd" |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit autotools |
| 21 | |