summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lzip
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-02-18 17:49:03 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-19 16:14:57 +0000
commit69a9ddc07c6187867dbcd2a984958bd61e978ada (patch)
tree1a10e64281d9427346a62bb1417dbc53447975b7 /meta/recipes-extended/lzip
parentbb2d6cc85d558b2292a1a76d42c7cb1ff9713332 (diff)
downloadpoky-69a9ddc07c6187867dbcd2a984958bd61e978ada.tar.gz
lzip: upgrade 1.20 -> 1.21
(From OE-Core rev: c745d5bba0fecfc20b2ba0daea33a0d78230c06e) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lzip')
-rw-r--r--meta/recipes-extended/lzip/lzip_1.21.bb (renamed from meta/recipes-extended/lzip/lzip_1.20.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lzip/lzip_1.20.bb b/meta/recipes-extended/lzip/lzip_1.21.bb
index ed648e8011..bb3d2a6fe3 100644
--- a/meta/recipes-extended/lzip/lzip_1.20.bb
+++ b/meta/recipes-extended/lzip/lzip_1.21.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
6 file://decoder.cc;beginline=3;endline=16;md5=db09fe3f9573f94d0076f7f07959e6e1" 6 file://decoder.cc;beginline=3;endline=16;md5=db09fe3f9573f94d0076f7f07959e6e1"
7 7
8SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" 8SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
9SRC_URI[md5sum] = "21c1517da2ace9689fd953918660b3c3" 9SRC_URI[md5sum] = "c0061730d017ea593a09308edc547128"
10SRC_URI[sha256sum] = "c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c" 10SRC_URI[sha256sum] = "e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b"
11 11
12B = "${WORKDIR}/build" 12B = "${WORKDIR}/build"
13do_configure[cleandirs] = "${B}" 13do_configure[cleandirs] = "${B}"