summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-30 13:45:31 +0000
committerAnuj Mittal <anuj.mittal@intel.com>2020-12-10 08:33:37 +0800
commite18c593d57864f30b62d05d38d2916f058787f5a (patch)
treef31411cb686de62e90508a4bf5e044ef3f6b8f13 /meta/recipes-support
parent417bb4b01386d6f83f56ba8cd36b9408761de25e (diff)
downloadopenembedded-core-e18c593d57864f30b62d05d38d2916f058787f5a.tar.gz
lz4: Use the new branch naming from upstream
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: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/lz4/lz4_1.9.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.2.bb
index 6510156ed0..455d2a5141 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<pver>.*)"