]> code.ossystems Code Review - openembedded-core.git/commitdiff
speex: fix FILES variables
authorEric Bénard <eric@eukrea.com>
Wed, 21 Mar 2012 11:08:21 +0000 (12:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2012 11:49:13 +0000 (12:49 +0100)
actually FILES_${PN} and FILES_${PN}-dev match the same files.
these files are supposed to go into ${PN} so remove the other entry.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/speex/speex_1.2rc1.bb

index fe46a00ce4258d940688fb5bc305213c9ac9f826..73701346a628d50b04f5164037f17bd07c6314ce 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
                     file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3"
 DEPENDS = "libogg"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
 
@@ -24,5 +24,4 @@ EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
 
 PACKAGES += "${PN}-bin"
 FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${libdir}/lib*.so.*"
 FILES_${PN}-bin = "${bindir}"