summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHonggyu Kim <honggyu.kp@gmail.com>2020-04-30 06:10:26 +0100
committerKhem Raj <raj.khem@gmail.com>2020-04-30 07:36:08 -0700
commit50981554374a2fc4ae004663bc2fbccab910505a (patch)
treef951ff4475e540abcd06642b108d3361b24f52fe
parent04ebc3e531a8316a88c7b3832247007d631b874f (diff)
downloadmeta-openembedded-50981554374a2fc4ae004663bc2fbccab910505a.tar.gz
uftrace: update commit hash to more robust version
Since uftrace-0.9.4 was released, there has been some important bug fixes. It would be better to include such bug fix commits so this patch updates the commit hash to more stable one. The bug fix patches are as follows: [1] https://github.com/namhyung/uftrace/commit/a0fbee404b2d23aab6b544075628eb38e837d738 [2] https://github.com/namhyung/uftrace/commit/251ba74a7283664b330649c239dfea20dd8f9dae [3] https://github.com/namhyung/uftrace/commit/19e6f0d4b382821e3b779012137c38fcc271e7e2 [4] https://github.com/namhyung/uftrace/commit/d648bbffedef529220896283fb59e35531c13804 Signed-off-by: Honggyu Kim <honggyu.kp@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
index cfe461b8de..c33fa048cf 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb
@@ -11,7 +11,7 @@ DEPENDS_append_libc-musl = " argp-standalone"
11inherit autotools 11inherit autotools
12 12
13# v0.9.4 13# v0.9.4
14SRCREV = "5e422c0ec87b41d14e9ce8527983406718ef64e0" 14SRCREV = "d648bbffedef529220896283fb59e35531c13804"
15SRC_URI = "git://github.com/namhyung/${BPN} \ 15SRC_URI = "git://github.com/namhyung/${BPN} \
16 " 16 "
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"