diff options
| author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2025-01-28 11:13:50 +0100 |
|---|---|---|
| committer | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2025-01-28 12:14:20 +0100 |
| commit | 21ecc61f9f2193c71061b2112f1d5eaeec85cccf (patch) | |
| tree | 27cb7ef847219864c9ea637f9f34de6d6af388f4 /recipes-multimedia/tinycompress/tinycompress_1.2.5.bb | |
| parent | 4738bf97f8d95fe8d25fbdf1bde8c268c376e23f (diff) | |
| download | meta-freescale-21ecc61f9f2193c71061b2112f1d5eaeec85cccf.tar.gz | |
tinycompress: update to the version used in LF6.6.52_2.2.0
Bump revision to 1.2.5 and remove old patches. This also switches to new
upstream location at github. The old location uses git-protocol which can
cause problems in corporate network environments.
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Diffstat (limited to 'recipes-multimedia/tinycompress/tinycompress_1.2.5.bb')
| -rw-r--r-- | recipes-multimedia/tinycompress/tinycompress_1.2.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb b/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb new file mode 100644 index 000000000..f37e786b6 --- /dev/null +++ b/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "A library to handle compressed formats like MP3 etc." | ||
| 2 | LICENSE = "LGPL-2.1-only | BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" | ||
| 4 | DEPENDS = "alsa-lib" | ||
| 5 | |||
| 6 | inherit autotools pkgconfig | ||
| 7 | |||
| 8 | PV .= "+git" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master \ | ||
| 11 | " | ||
| 12 | SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67" | ||
| 13 | |||
| 14 | EXTRA_OECONF:append = " --enable-pcm" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit autotools pkgconfig | ||
