libsamplerate: fix packaging - close #1698
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Dec 2006 10:17:36 +0000 (10:17 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Dec 2006 10:17:36 +0000 (10:17 +0000)
packages/libsamplerate/libsamplerate0_0.1.2.bb

index b961d30..78a7f40 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "An audio Sample Rate Conversion library"
 SECTION = "libs"
 LICENSE = "GPL libsamplerate"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
 S = "${WORKDIR}/libsamplerate-${PV}"
@@ -12,6 +12,3 @@ do_stage() {
        oe_libinstall -a -so -C src libsamplerate ${STAGING_LIBDIR}
        install -m 0644 ${S}/src/samplerate.h ${STAGING_INCDIR}/
 }
-
-PACKAGES = "${PN}"
-FILES_${PN} = "${libdir}/libsamplerate.so*"