mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01:00
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
11 lines
265 B
BlitzBasic
11 lines
265 B
BlitzBasic
DESCRIPTION = "An audio Sample Rate Conversion library"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL libsamplerate"
|
|
DEPENDS = "flac"
|
|
PR = "r3"
|
|
|
|
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
|
|
S = "${WORKDIR}/libsamplerate-${PV}"
|
|
|
|
inherit autotools pkgconfig
|