diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-04 21:07:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:20:33 +0000 |
commit | f9cc6850ee247365a1d7e4e9dd5e3a9a9e30c52e (patch) | |
tree | 0b602bcb8147f511644166799929d536f25b7a03 | |
parent | 422ce7665161f753553263a7211c85d51a020584 (diff) | |
download | poky-f9cc6850ee247365a1d7e4e9dd5e3a9a9e30c52e.tar.gz |
lz4: upgrade 1.9.2 -> 1.9.3
(From OE-Core rev: a8ab527033e5220dc57766e5f7fd7ed316ab528c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/lz4/lz4_1.9.3.bb (renamed from meta/recipes-support/lz4/lz4_1.9.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb index 455d2a5141..00f2dd32fe 100644 --- a/meta/recipes-support/lz4/lz4_1.9.2.bb +++ b/meta/recipes-support/lz4/lz4_1.9.3.bb | |||
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \ | |||
9 | 9 | ||
10 | PE = "1" | 10 | PE = "1" |
11 | 11 | ||
12 | SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd" | 12 | SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \ | 14 | SRC_URI = "git://github.com/lz4/lz4.git;branch=release \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)" |