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-18 23:01:48 +0000 |
commit | 9e3e30f9a248ce5b03d49aa8bd57ea128a6f9ad3 (patch) | |
tree | a2c6d44bd09f7d72eeaed18034fe7f1ea456901e /meta | |
parent | 4687a1722c8d11a3b2f869a519ac09b00ac63026 (diff) | |
download | poky-9e3e30f9a248ce5b03d49aa8bd57ea128a6f9ad3.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: e18c593d57864f30b62d05d38d2916f058787f5a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3369aa0322693604533ef7d30dca234e52605fe2)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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>.*)" |