summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-08 20:32:07 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-08 23:04:38 -0800
commit3a900f7596dd42bbe823641a15c11d1b4819f6e6 (patch)
tree6b938b1f43fbe858bd6b73e0e31bb670e0d65674 /meta-oe
parentc103e53f0decd628844c68c10f06fda07a816f24 (diff)
downloadmeta-openembedded-3a900f7596dd42bbe823641a15c11d1b4819f6e6.tar.gz
id3lib: update remote patch SRC_URI
The URL of the patch archive from Debian got out of date - update it. While touching it, also drop the old md5 hashes from the recipe. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
index 7ae262345b..2d47116cf0 100644
--- a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
+++ b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
@@ -6,13 +6,11 @@ DEPENDS = "zlib"
6 6
7 7
8SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \
9 ${DEBIAN_MIRROR}/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-16.2.debian.tar.xz;name=patch;subdir=${BP} \ 9 ${DEBIAN_MIRROR}/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-16.3.debian.tar.xz;name=patch;subdir=${BP} \
10 file://acdefine.patch \ 10 file://acdefine.patch \
11" 11"
12SRC_URI[archive.md5sum] = "19f27ddd2dda4b2d26a559a4f0f402a7"
13SRC_URI[archive.sha256sum] = "2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079" 12SRC_URI[archive.sha256sum] = "2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079"
14SRC_URI[patch.md5sum] = "997c764d3be11c9a51779d93facf1118" 13SRC_URI[patch.sha256sum] = "6170f085972fdeb5fd69e346860100416707bb0b9f3a73a17a64945dc8b7cfe1"
15SRC_URI[patch.sha256sum] = "ac2ee23ec89ba2af51d2c6dd5b1b6bf9f8a9f813de251bc182941439a4053176"
16 14
17CVE_STATUS[CVE-2007-4460] = "patched: fix is included in debian patch" 15CVE_STATUS[CVE-2007-4460] = "patched: fix is included in debian patch"
18 16