summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2026-03-14 10:19:08 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-18 14:33:23 -0700
commit4953fd5a8795cdbdd812679d419816f72493a277 (patch)
tree9b554ea838f749d57e3306ce6881587814c495c4 /meta-multimedia
parentafbc56ae3c8592c53dbd3932657c5fc625d37614 (diff)
downloadmeta-openembedded-4953fd5a8795cdbdd812679d419816f72493a277.tar.gz
multimedia/spandsp: Update HOMEPAGE + remove obsolete comment
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 <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/spandsp/spandsp_git.bb5
1 files changed, 1 insertions, 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 = "\
4 demodulates signals commonly used in telephony, such as the \"noise\" \ 4 demodulates signals commonly used in telephony, such as the \"noise\" \
5 generated by a fax modem or DTMF touchpad. \ 5 generated by a fax modem or DTMF touchpad. \
6" 6"
7HOMEPAGE = "https://www.soft-switch.org/" 7HOMEPAGE = "https://github.com/freeswitch/spandsp"
8BUGTRACKER = "https://github.com/freeswitch/spandsp/issues" 8BUGTRACKER = "https://github.com/freeswitch/spandsp/issues"
9SECTION = "libs" 9SECTION = "libs"
10LICENSE = "LGPL-2.1-only" 10LICENSE = "LGPL-2.1-only"
@@ -23,9 +23,6 @@ SRC_URI = "\
23 file://0001-configure-Replace-manual-search-for-libxml-by-AC_CHE.patch \ 23 file://0001-configure-Replace-manual-search-for-libxml-by-AC_CHE.patch \
24 file://0002-configure-Use-AX_PROG_CC_FOR_BUILD-for-cross-compili.patch \ 24 file://0002-configure-Use-AX_PROG_CC_FOR_BUILD-for-cross-compili.patch \
25" 25"
26# Fails to build with Clang since 5394b2cae6c482ccb835335b769469977e6802ae
27# https://github.com/freeswitch/spandsp/issues/67
28# https://lists.openembedded.org/g/openembedded-devel/message/109325
29SRCREV = "797760168945c96e91af55bde9d4edaea2e654f9" 26SRCREV = "797760168945c96e91af55bde9d4edaea2e654f9"
30 27
31inherit autotools 28inherit autotools