summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/tinycompress
Commit message (Collapse)AuthorAgeFilesLines
* tinycompress: use https-protocol to download sourcesSteffen Doster2024-09-131-1/+1
| | | | | | | In some network-environments download with git-protocol is not possible. By switching to https the sources are accessable. Signed-off-by: Steffen Doster <Steffen.Doster@ew.tq-group.com>
* recipes: Add missing patch tag Upstream-StatusKhem Raj2023-06-211-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer: Update LICENSE variable to use SPDX license identifiersAndrey Zhizhikin2022-03-031-1/+1
| | | | | | | | | | | | Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* tinycompress: Fix build with muslKhem Raj2021-09-111-12/+6
| | | | | | | Fixes a build error discovered by musl, we need to include sys/types.h for u_charr and its friends. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinycompress: Add recipeTom Hochstein2021-09-016-0/+1675
Add tinycompress, a library to handle compressed formats like MP3. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>