summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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