diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-14 11:25:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-14 19:42:10 -0700 |
commit | b2d963ea14b2fd2b83dbd472cad7eff8f5e7408c (patch) | |
tree | b7e46c7bd9447323e95510a2d51d9f35ceef0c3d /meta-oe/recipes-devtools/squashfs-tools-ng | |
parent | 52077cd67478693bb29cfaf2ad0d966736458a13 (diff) | |
download | meta-openembedded-b2d963ea14b2fd2b83dbd472cad7eff8f5e7408c.tar.gz |
squashfs-tools-ng: upgrade 1.0.2 -> 1.1.4
Changelog from 1.0.2 to 1.1.4:
https://github.com/AgentD/squashfs-tools-ng/blob/master/CHANGELOG.md
License-Update:
- COPYING.md
Add exceptions to files under **GNU Lesser General Public License version 3 or later**
Add description to examples
- zstd.txt
Delete blank lines at the end of the text
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/squashfs-tools-ng')
-rw-r--r-- | meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.1.4.bb (renamed from meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.1.4.bb index 580c53a323..c57324d89c 100644 --- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb +++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.1.4.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "New set of tools for working with SquashFS images" | 1 | SUMMARY = "New set of tools for working with SquashFS images" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later & MIT & BSD-2-Clause & Zlib" | 3 | LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later & MIT & BSD-2-Clause & Zlib" |
4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=c0de2c0aca56349dab98e97992316f7e \ | 4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=5789fb0572753ed69014cd90a445cd74 \ |
5 | file://licenses/GPLv3.txt;md5=1ebbd3e34237af26da5dc08a4e440464 \ | 5 | file://licenses/GPLv3.txt;md5=1ebbd3e34237af26da5dc08a4e440464 \ |
6 | file://licenses/hash_table.txt;md5=874823605326caeaabaa95bfbd0f9fb0 \ | 6 | file://licenses/hash_table.txt;md5=874823605326caeaabaa95bfbd0f9fb0 \ |
7 | file://licenses/LGPLv3.txt;md5=3000208d539ec061b899bce1d9ce9404 \ | 7 | file://licenses/LGPLv3.txt;md5=3000208d539ec061b899bce1d9ce9404 \ |
@@ -9,9 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING.md;md5=c0de2c0aca56349dab98e97992316f7e \ | |||
9 | file://licenses/xxhash.txt;md5=f042a9be092bd6d7fe6f217d8d00f4ca \ | 9 | file://licenses/xxhash.txt;md5=f042a9be092bd6d7fe6f217d8d00f4ca \ |
10 | file://licenses/xz.txt;md5=1c389b9610ccfdb25f7abaea6a0bb5a4 \ | 10 | file://licenses/xz.txt;md5=1c389b9610ccfdb25f7abaea6a0bb5a4 \ |
11 | file://licenses/zlib.txt;md5=ae27c72096606131f760e5f59cf98b06 \ | 11 | file://licenses/zlib.txt;md5=ae27c72096606131f760e5f59cf98b06 \ |
12 | file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8" | 12 | file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \ |
13 | " | ||
13 | 14 | ||
14 | SRCREV = "b96f0fc154feef531be76034bf6e38925636146f" | 15 | SRCREV = "7667b84cc34707c28ca0db8d24f046ec34e8c25d" |
15 | SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=master" | 16 | SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=master" |
16 | 17 | ||
17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |