summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/squashfs-tools-ng
Commit message (Collapse)AuthorAgeFilesLines
* squashfs-tools-ng: upgrade 1.0.2 -> 1.1.4wangmy2022-04-141-3/+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>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add new recipe for squashfs-tools-ngLuca Boccassi2020-10-271-0/+32
The main difference with squashfs-tools is the availability of a shared library and a programmatic interface, rather than just command-line tools. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>