diff options
Diffstat (limited to 'meta/recipes-devtools/bootchart2/bootchart2/bootchartd-no-bashism.patch')
-rw-r--r-- | meta/recipes-devtools/bootchart2/bootchart2/bootchartd-no-bashism.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2/bootchartd-no-bashism.patch b/meta/recipes-devtools/bootchart2/bootchart2/bootchartd-no-bashism.patch new file mode 100644 index 0000000000..b013995a0d --- /dev/null +++ b/meta/recipes-devtools/bootchart2/bootchart2/bootchartd-no-bashism.patch | |||
@@ -0,0 +1,27 @@ | |||
1 | From ffb5bae5d588aaea6325623462a8070a04767196 Mon Sep 17 00:00:00 2001 | ||
2 | From: Robert Yang <liezhi.yang@windriver.com> | ||
3 | Date: Thu, 14 Aug 2014 08:33:28 -0700 | ||
4 | Subject: [PATCH] bootchartd.in: no bashism | ||
5 | |||
6 | No bashism in bootchartd.in, so use /bin/sh. | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | |||
10 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
11 | --- | ||
12 | bootchartd.in | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/bootchartd.in b/bootchartd.in | ||
16 | index a408bab..064f6a4 100755 | ||
17 | --- a/bootchartd.in | ||
18 | +++ b/bootchartd.in | ||
19 | @@ -1,4 +1,4 @@ | ||
20 | -#!/bin/bash | ||
21 | +#!/bin/sh | ||
22 | # | ||
23 | # Bootchart logger script | ||
24 | # Ziga Mahkovec <ziga.mahkovec@klika.si> | ||
25 | -- | ||
26 | 1.7.9.5 | ||
27 | |||