From: Richard Purdie Date: Mon, 30 Nov 2020 13:45:31 +0000 (+0000) Subject: lz4: Use the new branch naming from upstream X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9476 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3369aa0322693604533ef7d30dca234e52605fe2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lz4: Use the new branch naming from upstream Upstream renamed master -> dev, update SRC_URI to match. [YOCTO #14135] Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.2.bb index 6510156ed0c..455d2a5141f 100644 --- a/meta/recipes-support/lz4/lz4_1.9.2.bb +++ b/meta/recipes-support/lz4/lz4_1.9.2.bb @@ -11,7 +11,7 @@ PE = "1" SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd" -SRC_URI = "git://github.com/lz4/lz4.git \ +SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \ file://run-ptest \ " UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)"