aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/bootchart/bootchart_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-19 14:16:59 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-05-21 07:14:07 +0200
commit72ab8b00416858877017c26a212ab6d4e87dc5b6 (patch)
tree698db4d220f48b66a071b52c8c9625c35c4150f7 /meta-oe/recipes-devtools/bootchart/bootchart_git.bb
parent0cd2c4690d6c17e17e878319835994d87f027b13 (diff)
downloadmeta-openembedded-contrib-72ab8b00416858877017c26a212ab6d4e87dc5b6.tar.gz
bootchart: update to v1.16
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/bootchart/bootchart_git.bb')
-rw-r--r--meta-oe/recipes-devtools/bootchart/bootchart_git.bb16
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"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
-SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git"
-SRCREV = "4420bc4318c4aada7c7d128105e56ecc8c84cb19"
+PV = "1.16"
+PR = "r1"
+PE = "1"
+
+SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git \
+ file://0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch \
+ file://0002-svg-open-etc-os-release-and-use-PRETTY_NAME-for-the-.patch \
+ "
+
+SRCREV = "872fb107028e377eef3c0c7c8a6e0f7c32b8ebb8"
S = "${WORKDIR}/git"
-do_install() {
- oe_runmake install DESTDIR=${D}
-}
+inherit autotools