diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-20 16:11:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 07:24:52 +0100 |
commit | c96fa1105cca7bbe2bdc392d540ad2d7e06bebd9 (patch) | |
tree | 950e12e8a46882079c07eaf213282a1733b23225 /meta/recipes-support | |
parent | 6c94fa0e9f7b27b4ae319c54eb6209bc6b871a20 (diff) | |
download | poky-c96fa1105cca7bbe2bdc392d540ad2d7e06bebd9.tar.gz |
lz4: upgrade 1.9.0 -> 1.9.1
(From OE-Core rev: 7c0d51db40a6130ee306381bc18a4a426810a66b)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/lz4/lz4_1.9.1.bb (renamed from meta/recipes-support/lz4/lz4_1.9.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/lz4/lz4_1.9.0.bb b/meta/recipes-support/lz4/lz4_1.9.1.bb index 744a1bf470..de1f970247 100644 --- a/meta/recipes-support/lz4/lz4_1.9.0.bb +++ b/meta/recipes-support/lz4/lz4_1.9.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \ | |||
9 | 9 | ||
10 | PE = "1" | 10 | PE = "1" |
11 | 11 | ||
12 | SRCREV = "131896ab9d4fc9b8c606616327ed223d5d86472b" | 12 | SRCREV = "398e36c756a3067de8e2b35dd380baef040dfe0d" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/lz4/lz4.git \ | 14 | SRC_URI = "git://github.com/lz4/lz4.git \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |