summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-05-20 07:53:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-21 15:15:15 +0100
commit572d446cca38d564e462ccc5d8f7bcf1648433b0 (patch)
tree3ceaa2f5e40f3a628b92df1f6fd61eaf25c0912e /meta/recipes-devtools
parent04791272e0cc104450cae6ab89b9d8e866457a0b (diff)
downloadopenembedded-core-572d446cca38d564e462ccc5d8f7bcf1648433b0.tar.gz
distcc: upgrade 3.3.5 -> 3.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/distcc/distcc_3.4.bb (renamed from meta/recipes-devtools/distcc/distcc_3.3.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.3.5.bb b/meta/recipes-devtools/distcc/distcc_3.4.bb
index 5c2644199e..3bab6d53eb 100644
--- a/meta/recipes-devtools/distcc/distcc_3.3.5.bb
+++ b/meta/recipes-devtools/distcc/distcc_3.4.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/distcc/distcc.git \
file://distcc \
file://distcc.service \
"
-SRCREV = "8572e2a1af39e69b2a2d74622fed6d2dd7dca9b7"
+SRCREV = "50d821efe99cae82c05be0a4ab3b4035ef0d3883"
S = "${WORKDIR}/git"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"