summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-03-16 23:53:48 +0100
committerKhem Raj <raj.khem@gmail.com>2025-03-16 16:34:58 -0700
commitc578d2a00053383cd23d9d7b84dbbb88bda50ee3 (patch)
tree09cb6290ea89fb432405307300098ab3362c04ad
parenta68c3df41cd7049f5b156955d70cb4f76b6d9f76 (diff)
downloadmeta-openembedded-c578d2a00053383cd23d9d7b84dbbb88bda50ee3.tar.gz
sox: build from git
Last release was done in 2015 but development still continues. Switch to git sources to allow update. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
index c1edd0fad7..48dba45420 100644
--- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
+++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
@@ -27,13 +27,14 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only"
27LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \ 27LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \
28 file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24" 28 file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24"
29 29
30SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \ 30SRC_URI = "git://git.code.sf.net/p/sox/code;protocol=https;branch=master \
31 file://0001-remove-the-error-line-and-live-without-file-type-det.patch \ 31 file://0001-remove-the-error-line-and-live-without-file-type-det.patch \
32 file://0001-Update-exported-symbol-list.patch \ 32 file://0001-Update-exported-symbol-list.patch \
33 file://0001-tests-Include-math.h-for-fabs-definition.patch \ 33 file://0001-tests-Include-math.h-for-fabs-definition.patch \
34 " 34 "
35SRC_URI[md5sum] = "d04fba2d9245e661f245de0577f48a33" 35
36SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c" 36SRCREV = "45b161d73ec087a8e003747b1aed07cd33589bca"
37S = "${WORKDIR}/git"
37 38
38CVE_PRODUCT:append = " libsox_project:libsox sound_exchange_project:sound_exchange" 39CVE_PRODUCT:append = " libsox_project:libsox sound_exchange_project:sound_exchange"
39 40