summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-08-23 22:20:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 16:00:10 +0100
commit121b620c0cfb63476ae821792fe5b3585285538e (patch)
tree33fd496a94802bd00a8ab7c465834e66a49442c6
parentec7cacbc3d4685a00b3337101a5162575f0f23c1 (diff)
downloadpoky-121b620c0cfb63476ae821792fe5b3585285538e.tar.gz
bootchart2: update 0.14.8 -> 0.14.9
(From OE-Core rev: b4ed68ea38bbdb91729f822a8f1a5fe7e5d2d713) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb (renamed from meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
index a938b2da49..6571c19938 100644
--- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
+++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
@@ -97,8 +97,7 @@ SRC_URI = "git://github.com/xrmx/bootchart.git \
97 " 97 "
98 98
99S = "${WORKDIR}/git" 99S = "${WORKDIR}/git"
100SRCREV = "331ada031f1d65f6d934d918f896e1c708c64bf7" 100SRCREV = "868a2afab9da34f32c007d773b77253c93104636"
101PV .= "+git${SRCPV}"
102 101
103inherit systemd update-rc.d python3native update-alternatives 102inherit systemd update-rc.d python3native update-alternatives
104 103