mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libsamplerate0: 0.1.8 -> 0.1.9
The license has changed to BSD as explained here: http://www.mega-nerd.com/SRC/license.html (From OE-Core rev: 053aac136cec74b0ac848337812546df847dc793) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4d2658eeee
commit
1a2ebec99a
+5
-5
@@ -1,16 +1,16 @@
|
||||
SUMMARY = "Audio Sample Rate Conversion library"
|
||||
HOMEPAGE = "http://www.mega-nerd.com/SRC/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://src/samplerate.c;beginline=1;endline=17;md5=d0807c35fc906466d24a50463534815a"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=336d6faf40fb600bafb0061f4052f1f4 \
|
||||
file://src/samplerate.c;beginline=1;endline=7;md5=5b6982a8c2811c7312c13cccbf55f55e"
|
||||
DEPENDS = "flac libsndfile1"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "1c7fb25191b4e6e3628d198a66a84f47"
|
||||
SRC_URI[sha256sum] = "93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06"
|
||||
SRC_URI[md5sum] = "2b78ae9fe63b36b9fbb6267fad93f259"
|
||||
SRC_URI[sha256sum] = "0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://www.mega-nerd.com/SRC/download.html"
|
||||
|
||||
Reference in New Issue
Block a user