>From e6b9ed25b91fd7b7acc0606c22de7948c0bc5d43 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Fri, 15 Jan 2021 06:41:27 +0000
Subject: [PATCH] lzip: upgrade 1.21 -> 1.22

---
 .../lzip/{lzip_1.21.bb => lzip_1.22.bb}       | 44 +++++++++++++++++--
 1 file changed, 41 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/lzip/{lzip_1.21.bb => lzip_1.22.bb} (35%)

diff --git a/meta/recipes-extended/lzip/lzip_1.21.bb b/meta/recipes-extended/lzip/lzip_1.22.bb
similarity index 35%
rename from meta/recipes-extended/lzip/lzip_1.21.bb
rename to meta/recipes-extended/lzip/lzip_1.22.bb
index bb3d2a6fe3..05bfb6956a 100644
--- a/meta/recipes-extended/lzip/lzip_1.21.bb
+++ b/meta/recipes-extended/lzip/lzip_1.22.bb
@@ -1,13 +1,51 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- decoder.cc
+# +++ decoder.cc
+# @@ -1,14 +1,14 @@
+#  
+# -    This program is free software: you can redistribute it and/or modify
+# -    it under the terms of the GNU General Public License as published by
+# -    the Free Software Foundation, either version 2 of the License, or
+# -    (at your option) any later version.
+# +   This program is free software: you can redistribute it and/or modify
+# +   it under the terms of the GNU General Public License as published by
+# +   the Free Software Foundation, either version 2 of the License, or
+# +   (at your option) any later version.
+#  
+# -    This program is distributed in the hope that it will be useful,
+# -    but WITHOUT ANY WARRANTY; without even the implied warranty of
+# -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# -    GNU General Public License for more details.
+# +   This program is distributed in the hope that it will be useful,
+# +   but WITHOUT ANY WARRANTY; without even the implied warranty of
+# +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# +   GNU General Public License for more details.
+#  
+# -    You should have received a copy of the GNU General Public License
+# -    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# +   You should have received a copy of the GNU General Public License
+# +   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#  */
+# 
+#
+
 SUMMARY = "Lossless data compressor based on the LZMA algorithm"
 HOMEPAGE = "http://lzip.nongnu.org/lzip.html"
 SECTION = "console/utils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
-                    file://decoder.cc;beginline=3;endline=16;md5=db09fe3f9573f94d0076f7f07959e6e1"
+                    file://decoder.cc;beginline=3;endline=16;md5=18c279060cd0be128188404b45837f88 \
+                    "
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
-SRC_URI[md5sum] = "c0061730d017ea593a09308edc547128"
-SRC_URI[sha256sum] = "e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b"
+SRC_URI[sha256sum] = "c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948"
 
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"
-- 
2.27.0

