diff options
| -rw-r--r-- | meta-moblin/packages/libsamplerate/libsamplerate0_0.1.2.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-moblin/packages/libsamplerate/libsamplerate0_0.1.2.bb b/meta-moblin/packages/libsamplerate/libsamplerate0_0.1.2.bb index 78a7f403d4..b04f069cdd 100644 --- a/meta-moblin/packages/libsamplerate/libsamplerate0_0.1.2.bb +++ b/meta-moblin/packages/libsamplerate/libsamplerate0_0.1.2.bb | |||
| @@ -1,14 +1,10 @@ | |||
| 1 | DESCRIPTION = "An audio Sample Rate Conversion library" | 1 | DESCRIPTION = "An audio Sample Rate Conversion library" |
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | LICENSE = "GPL libsamplerate" | 3 | LICENSE = "GPL libsamplerate" |
| 4 | PR = "r2" | 4 | DEPENDS = "flac" |
| 5 | PR = "r3" | ||
| 5 | 6 | ||
| 6 | SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" | 7 | SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" |
| 7 | S = "${WORKDIR}/libsamplerate-${PV}" | 8 | S = "${WORKDIR}/libsamplerate-${PV}" |
| 8 | 9 | ||
| 9 | inherit autotools pkgconfig | 10 | inherit autotools_stage pkgconfig |
| 10 | |||
| 11 | do_stage() { | ||
| 12 | oe_libinstall -a -so -C src libsamplerate ${STAGING_LIBDIR} | ||
| 13 | install -m 0644 ${S}/src/samplerate.h ${STAGING_INCDIR}/ | ||
| 14 | } | ||
