Re: [OE-core] [PATCH] speex: fix FILES variables

2012-04-04 Thread Paul Eggleton
On Wednesday 04 April 2012 10:29:01 Eric Bénard wrote: > Hi Saul, > > Le Tue, 03 Apr 2012 13:50:37 -0700, > > Saul Wold a écrit : > > On 03/21/2012 04:08 AM, Eric Bénard wrote: > > > actually FILES_${PN} and FILES_${PN}-dev match the same files. > > > these files are supposed to go into ${PN} so

Re: [OE-core] [PATCH] speex: fix FILES variables

2012-04-04 Thread Eric Bénard
Hi Saul, Le Tue, 03 Apr 2012 13:50:37 -0700, Saul Wold a écrit : > On 03/21/2012 04:08 AM, Eric Bénard wrote: > > 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 > > --- > >

Re: [OE-core] [PATCH] speex: fix FILES variables

2012-04-03 Thread Saul Wold
On 03/21/2012 04:08 AM, Eric Bénard wrote: 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 --- meta/recipes-multimedia/speex/speex_1.2rc1.bb |3 +-- 1 files changed, 1 insertions

Re: [OE-core] [PATCH] speex: fix FILES variables

2012-03-21 Thread Richard Purdie
On Wed, 2012-03-21 at 13:56 +0100, Eric Bénard wrote: > Le Wed, 21 Mar 2012 12:26:12 +, > Richard Purdie a écrit : > > > On Wed, 2012-03-21 at 12:08 +0100, Eric Bénard wrote: > > > @@ -24,5 +24,4 @@ EXTRA_OECONF = " --enable-fixed-point > > > --with-ogg-libraries=${STAGING_LIBDIR} \ > > >

Re: [OE-core] [PATCH] speex: fix FILES variables

2012-03-21 Thread Eric Bénard
Le Wed, 21 Mar 2012 12:26:12 +, Richard Purdie a écrit : > On Wed, 2012-03-21 at 12:08 +0100, Eric Bénard wrote: > > @@ -24,5 +24,4 @@ EXTRA_OECONF = " --enable-fixed-point > > --with-ogg-libraries=${STAGING_LIBDIR} \ > > > > PACKAGES += "${PN}-bin" > > FILES_${PN} = "${libdir}/lib*.so.*

Re: [OE-core] [PATCH] speex: fix FILES variables

2012-03-21 Thread Richard Purdie
On Wed, 2012-03-21 at 12:08 +0100, Eric Bénard wrote: > 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 > --- > meta/recipes-multimedia/speex/speex_1.2rc1.bb |3 +-- > 1 files

[OE-core] [PATCH] speex: fix FILES variables

2012-03-21 Thread Eric Bénard
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 --- meta/recipes-multimedia/speex/speex_1.2rc1.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes