mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 17:59:39 +01:00
libsamplerate: added 0.1.2 needed by pulseaudio
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2569 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
14
meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb
Normal file
14
meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "An audio Sample Rate Conversion library"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPL libsamplerate"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/libsamplerate-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
oe_libinstall -a -so -C src libsamplerate ${STAGING_LIBDIR}
|
||||
install -m 0644 ${S}/src/samplerate.h ${STAGING_INCDIR}/
|
||||
}
|
||||
Reference in New Issue
Block a user