From: Stefan Schmidt <stefan@datenfreihafen.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/4] Lightmediascanner: Add recipe for 0.4.0 release
Date: Sat, 6 Nov 2010 15:32:35 +0100 [thread overview]
Message-ID: <20101106143235.GI6691@excalibur.local> (raw)
In-Reply-To: <20101024062549.GD3494@jama>
Hello.
On Sun, 2010-10-24 at 08:25, Martin Jansa wrote:
> On Fri, Oct 22, 2010 at 10:14:04PM -0200, fidencio@profusion.mobi wrote:
> > From: Eduardo Lima (Etrunko) <eblima@gmail.com>
> >
> > Also update 0.2.0 recipe to use lightmediascanner.inc
> >
> > Signed-off-by: Eduardo Lima (Etrunko) <eblima@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
prev parent reply other threads:[~2010-11-06 14:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-23 0:14 [PATCH 1/4] Lightmediascanner: Add recipe for 0.4.0 release fidencio
2010-10-24 6:25 ` Martin Jansa
2010-11-06 14:32 ` Stefan Schmidt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101106143235.GI6691@excalibur.local \
--to=stefan@datenfreihafen.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox