From: Wang Mingyu Date: Tue, 9 Apr 2024 07:10:08 +0000 (+0800) Subject: mpg123: upgrade 1.32.5 -> 1.32.6 X-Git-Tag: uninative-4.5~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e76967536191ac42fdd0c016e92a273dc4908e2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mpg123: upgrade 1.32.5 -> 1.32.6 Changelog: - build: Detect forced 64 bit offsets on a dual-mode system that used to default to 32 bits and drop ambiguous suffix-less symbols in that case. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.32.5.bb b/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb similarity index 96% rename from meta/recipes-multimedia/mpg123/mpg123_1.32.5.bb rename to meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb index 52526471ef4..f7786e8588e 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.32.5.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb @@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169" SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" -SRC_URI[sha256sum] = "af908cdf6cdb6544b97bc706a799f79894e69468af5881bf454a0ebb9171ed63" +SRC_URI[sha256sum] = "ccdd1d0abc31d73d8b435fc658c79049d0a905b30669b6a42a03ad169dc609e6" UPSTREAM_CHECK_REGEX = "mpg123-(?P\d+(\.\d+)+)\.tar"