[oe] receipe for libmicrohttpd

Ottavio Campana ottavio at campana.vi.it
Thu Apr 30 15:53:20 UTC 2009


On Thu, Apr 30, 2009 at 03:22:30PM +0100, Graeme Gregory wrote:
> Ottavio Campana wrote:
> > I wrote the receipe for libmicrohttpd, a LPGL library used to embedded a
> > web server in programs.
> >
> > It works for me, but I'd like to have some feedback from you, if it is
> > good or not and if you'd like to add it to OE.
> >
> > Ottavio
> >
> > PR = "r1"
> > PN = "libmicrohttpd"
> > DESCRIPTION = "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application"
> > HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
> > SECTION = "libs"
> > LICENSE = "LGPL"
> >
> > SRC_URI = "ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.4.1.tar.gz"
> >
> > inherit autotools pkgconfig
> >
> > do_stage() {
> >         oe_runmake DESTDIR="${D}" install
> >         autotools_stage_all
> > }
> >
> > do_qa_staging () {
> > }
> >
> >   
> You need to run the recipe through oe-stylize (found in contrib directory).
> 
> Why did you override do_qa_staging() ?
>
> Apart from this recipe looks good, cleanup and submit as a git-diff.

here it is. I hope it's good.

Ottavio

-- 
Non c'è più forza nella normalità, c'è solo monotonia.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libmicrohttpd.patch
Type: text/x-diff
Size: 1204 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090430/53407fdb/attachment-0002.bin>


More information about the Openembedded-devel mailing list