diff options
Diffstat (limited to 'meta-oe/recipes-devtools/bootchart/bootchart_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/bootchart/bootchart_git.bb | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/bootchart/bootchart_git.bb b/meta-oe/recipes-devtools/bootchart/bootchart_git.bb index 62705f6e52..f5ef582688 100644 --- a/meta-oe/recipes-devtools/bootchart/bootchart_git.bb +++ b/meta-oe/recipes-devtools/bootchart/bootchart_git.bb | |||
| @@ -4,12 +4,18 @@ HOMEPAGE = "http://meego.gitorious.org/meego-developer-tools/bootchart" | |||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git" | 7 | PV = "1.16" |
| 8 | SRCREV = "4420bc4318c4aada7c7d128105e56ecc8c84cb19" | 8 | PR = "r1" |
| 9 | PE = "1" | ||
| 10 | |||
| 11 | SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git \ | ||
| 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 = "872fb107028e377eef3c0c7c8a6e0f7c32b8ebb8" | ||
| 9 | 17 | ||
| 10 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 11 | 19 | ||
| 12 | do_install() { | 20 | inherit autotools |
| 13 | oe_runmake install DESTDIR=${D} | ||
| 14 | } | ||
| 15 | 21 | ||
