summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2018-03-02 20:33:46 +0200
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:44:53 -0700
commita3b37067520a3c3936e043666fe8a827bb26a338 (patch)
treec47ddef42eec10a129c71cc84351e6b49e9a8e02 /meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
parente1bd73d2baddc324b33931b9d5bd5980af0b00c4 (diff)
downloadmeta-openembedded-a3b37067520a3c3936e043666fe8a827bb26a338.tar.gz
sox: backport fix for dynamically linked flac builds
The sox project upstream is dead, non-responsive, and various developers started maintaining their own branches where they do feature development (eg. adding DSD/DSF format support) and bug-fixing. They don't have access to the central sox git repo. So basically the project will eventually get forked (I started a discussion in this direction). Until then, backport this flac build fix which was lingering around out of tree for years. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb1
1 files changed, 1 insertions, 0 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 d1ed08a89..21fddd1e1 100644
--- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
+++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
@@ -32,6 +32,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \
32 32
33SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \ 33SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \
34 file://0001-remove-the-error-line-and-live-without-file-type-det.patch \ 34 file://0001-remove-the-error-line-and-live-without-file-type-det.patch \
35 file://0001-Update-exported-symbol-list.patch \
35 " 36 "
36SRC_URI[md5sum] = "d04fba2d9245e661f245de0577f48a33" 37SRC_URI[md5sum] = "d04fba2d9245e661f245de0577f48a33"
37SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c" 38SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c"