diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-30 13:45:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 22:53:09 +0000 |
commit | d18bde251f0b31a2bf30e6dd9d43d0c72ae13b69 (patch) | |
tree | e36a4ea44a6be10b73da4e82272f7dbe71a223ff /meta/recipes-support/lz4 | |
parent | 3487409d7124845346a4f5d8e1e64ba707b8dcc6 (diff) | |
download | poky-d18bde251f0b31a2bf30e6dd9d43d0c72ae13b69.tar.gz |
lz4: Use the new branch naming from upstream
Upstream renamed master -> dev, update SRC_URI to match.
[YOCTO #14135]
(From OE-Core rev: 3369aa0322693604533ef7d30dca234e52605fe2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lz4')
-rw-r--r-- | meta/recipes-support/lz4/lz4_1.9.2.bb | 2 |
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" | |||
11 | 11 | ||
12 | SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd" | 12 | SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/lz4/lz4.git \ | 14 | SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)" |