diff options
| -rw-r--r-- | meta-oe/recipes-devtools/bootchart/bootchart_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/bootchart/bootchart_git.bb b/meta-oe/recipes-devtools/bootchart/bootchart_git.bb index a8b81849f3..2b75eaac9d 100644 --- a/meta-oe/recipes-devtools/bootchart/bootchart_git.bb +++ b/meta-oe/recipes-devtools/bootchart/bootchart_git.bb | |||
| @@ -4,16 +4,16 @@ 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 | PV = "1.16" | 7 | PV = "1.17" |
| 8 | PR = "r1" | 8 | PR = "r1" |
| 9 | PE = "1" | 9 | PE = "1" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git \ | 11 | SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git;protocol=https \ |
| 12 | file://0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch \ | 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 \ | 13 | file://0002-svg-open-etc-os-release-and-use-PRETTY_NAME-for-the-.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRCREV = "872fb107028e377eef3c0c7c8a6e0f7c32b8ebb8" | 16 | SRCREV = "a2c7561d4060a9f075339bda89e793c76f2ff6dd" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
