diff options
Diffstat (limited to 'meta/recipes-devtools/bootchart2/bootchart2_git.bb')
-rw-r--r-- | meta/recipes-devtools/bootchart2/bootchart2_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_git.bb b/meta/recipes-devtools/bootchart2/bootchart2_git.bb index 411630491f..04fb901b68 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_git.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_git.bb @@ -91,8 +91,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=44ac4678311254db62edf8fd39cb8124" # one commit beyond 1.14.6 for a systemd-related bugfix PV = "0.14.6+git${SRCPV}" -SRC_URI = "git://github.com/mmeeks/bootchart.git" -SRC_URI += "file://bootchartd_stop.sh" +SRC_URI = "git://github.com/mmeeks/bootchart.git \ + file://bootchartd_stop.sh \ + file://bootchartd-no-bashism.patch \ + " SRCREV = "b65ed43b0ae832080fb728245de9ef1a4b48d8b5" |