]> code.ossystems Code Review - openembedded-core.git/commitdiff
lz4: Use the new branch naming from upstream
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Nov 2020 13:45:31 +0000 (13:45 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 10 Dec 2020 14:11:06 +0000 (04:11 -1000)
Upstream renamed master -> dev, update SRC_URI to match.

[YOCTO #14135]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3369aa0322693604533ef7d30dca234e52605fe2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/lz4/lz4_1.9.2.bb

index 6510156ed0c9725fd5444477ca6ed1024ee1ab78..455d2a5141f0e6a0c51b4782c7968da60044f14b 100644 (file)
@@ -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<pver>.*)"