[oe] [PATCH] [meta-webserver]: add Monkey HTTP Server.

Eduardo Silva eduardo at monkey.io
Tue Jun 3 19:53:54 UTC 2014


On Tue, Jun 3, 2014 at 12:23 AM, Koen Kooi <koen at dominion.thruhere.net>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Eduardo Silva schreef op 02-06-14 23:14:
> > This patch add the initial recipe for Monkey HTTP Server v1.5.0.
> >
> > Signed-off-by: Eduardo Silva <eduardo at monkey.io> ---
> > .../recipes-httpd/monkey/monkey_1.5.0.bb           | 36
> > ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode
> > 100644 meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb
> >
> > diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb
> > b/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb new file mode
> > 100644 index 0000000..25a9530 --- /dev/null +++
> > b/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb @@ -0,0 +1,36 @@
> > +SUMMARY = "Fast and Lightweight HTTP Server for Linux" +HOMEPAGE =
> > "http://monkey-project.com" +BUGTRACKER =
> > "https://github.com/monkey/monkey/issues" + +LICENSE = "Apache-2.0"
> > +LIC_FILES_CHKSUM =
> > "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +SECTION = "net"
> > + +SRC_URI =
> > "http://monkey-project.com/releases/1.5/monkey-${PV}.tar.gz"
> > +SRC_URI[md5sum] = "9123fc371334621fde1c060ab17adcd3" +SRC_URI[sha256sum]
> > = "f7a5e4839822750930a723f63a4edbf700e0fb8299a4b3637bd8bab5b1d098a7" +
> > +EXTRA_OECONF = " \ +             --plugdir=${libdir}/monkey/ \ +
> > --logdir=/var/log/monkey/ \ +             --pidfile=/var/run/monkey.pid
> > \ +             --default-user=www-data \ +
> > --datadir=/var/www/monkey/ \
>
> /var -> ${localstatedir} ?
>
>
> > +             --sysconfdir=${sysconfdir}/monkey/ \ +
> > --enable-plugins=* \ +             --disable-plugins=polarssl \ +
> > --debug \ +             --malloc-libc \ +" + +inherit autotools pkgconfig
> > update-rc.d systemd + +INITSCRIPT_NAME = "monkey" +INITSCRIPT_PARAMS =
> > "defaults 70" + +SYSTEMD_SERVICE_${PN} = "monkey.service" + +FILES_${PN}
> > += "/www" + +CONFFILES_${PN} = "${sysconfdir}/monkey/"
> >
>
>
thanks to all for the feedback!.

Before to submit a new patch, would you please verify if it now looks
correct now ?:

   https://github.com/monkey/monkey-yocto/blob/master/monkey/monkey_1.5.0.bb

if it's ok i will submit a new one.

best



More information about the Openembedded-devel mailing list