mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
bootchart2: no bashism in bootchartd.in
So use /bin/sh (From OE-Core rev: bd96d929345e90d121f7a5d40fde382a4f83796b) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b2dab1f6b0
commit
bdf14c7dc0
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user