[oe] [PATCH 1/4] Lightmediascanner: Add recipe for 0.4.0 release

Stefan Schmidt stefan at datenfreihafen.org
Sat Nov 6 14:32:35 UTC 2010


Hello.

On Sun, 2010-10-24 at 08:25, Martin Jansa wrote:
> On Fri, Oct 22, 2010 at 10:14:04PM -0200, fidencio at profusion.mobi wrote:
> > From: Eduardo Lima (Etrunko) <eblima at gmail.com>
> > 
> > Also update 0.2.0 recipe to use lightmediascanner.inc
> > 
> > Signed-off-by: Eduardo Lima (Etrunko) <eblima at gmail.com>
> > ---
> >  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




More information about the Openembedded-devel mailing list