From 4953fd5a8795cdbdd812679d419816f72493a277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sommer?= Date: Sat, 14 Mar 2026 10:19:08 +0100 Subject: [PATCH] multimedia/spandsp: Update HOMEPAGE + remove obsolete comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The domain soft-switch.org is no longer registered. So, switch to the GitHub page. It seams Clang had implemented the compile time functions, because the build of the newer commit with Clang works. So, drop the comment. Signed-off-by: Jörg Sommer Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/spandsp/spandsp_git.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/spandsp/spandsp_git.bb b/meta-multimedia/recipes-multimedia/spandsp/spandsp_git.bb index a176874bba..f90b252d40 100644 --- a/meta-multimedia/recipes-multimedia/spandsp/spandsp_git.bb +++ b/meta-multimedia/recipes-multimedia/spandsp/spandsp_git.bb @@ -4,7 +4,7 @@ DESCRIPTION = "\ demodulates signals commonly used in telephony, such as the \"noise\" \ generated by a fax modem or DTMF touchpad. \ " -HOMEPAGE = "https://www.soft-switch.org/" +HOMEPAGE = "https://github.com/freeswitch/spandsp" BUGTRACKER = "https://github.com/freeswitch/spandsp/issues" SECTION = "libs" LICENSE = "LGPL-2.1-only" @@ -23,9 +23,6 @@ SRC_URI = "\ file://0001-configure-Replace-manual-search-for-libxml-by-AC_CHE.patch \ file://0002-configure-Use-AX_PROG_CC_FOR_BUILD-for-cross-compili.patch \ " -# Fails to build with Clang since 5394b2cae6c482ccb835335b769469977e6802ae -# https://github.com/freeswitch/spandsp/issues/67 -# https://lists.openembedded.org/g/openembedded-devel/message/109325 SRCREV = "797760168945c96e91af55bde9d4edaea2e654f9" inherit autotools