Hello.

On Sun, 2010-10-24 at 08:25, Martin Jansa wrote:
> On Fri, Oct 22, 2010 at 10:14:04PM -0200, [email protected] wrote:
> > From: Eduardo Lima (Etrunko) <[email protected]>
> > 
> > Also update 0.2.0 recipe to use lightmediascanner.inc
> > 
> > Signed-off-by: Eduardo Lima (Etrunko) <[email protected]>
> > ---
> >  recipes/lightmediascanner/lightmediascanner.inc    |   21 
> > ++++++++++++++++++++
> >  .../lightmediascanner/lightmediascanner_0.2.0.0.bb |   11 +---------
> >  .../lightmediascanner/lightmediascanner_0.4.0.0.bb |    6 +++++
> >  3 files changed, 28 insertions(+), 10 deletions(-)
> >  create mode 100644 recipes/lightmediascanner/lightmediascanner.inc
> >  create mode 100644 recipes/lightmediascanner/lightmediascanner_0.4.0.0.bb
> > 
> > diff --git a/recipes/lightmediascanner/lightmediascanner.inc 
> > b/recipes/lightmediascanner/lightmediascanner.inc
> > new file mode 100644
> > index 0000000..9ba7a01
> > --- /dev/null
> > +++ b/recipes/lightmediascanner/lightmediascanner.inc
> > @@ -0,0 +1,21 @@
> > +DESCRIPTION = "Lightweight media scanner meant to be used in 
> > not-so-powerful devices"
> > +SECTION = "libs/multimedia"
> > +AUTHOR = "INdT / ProFUSION"
> > +LICENSE = "LGPL"
> > +DEPENDS += "sqlite3 libogg libvorbis flac"
> > +# DEPENDS += "mpeg4ip"
> > +
> > +PE = "1"
> > +RDEPENDS_${PN} += "glibc-gconv-utf-16 \
> > +             glibc-gconv \
> > +             "
> > +RPROVIDES_${PN} += "liblightmediascanner"
> > +
> > +inherit autotools pkgconfig
> > +
> > +FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug"
> > +
> > +do_stage() {
> > +   autotools_stage_all
> > +}
> 
> please don't use old staging for new stuff

Agreed.

Eduardo, can you try the patch without the do_stage function at all? It should
be take care of by the autotools class nowadays. Just remove it and see if all
files are staged correctly (e.g. by buildin an application that uses it) is all
you need.

regards
Stefan Schmidt

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to