[oe] [PATCH] mrouted-3.9.4: intitial recipe

Paul Menzel paulepanter at users.sourceforge.net
Fri Mar 4 16:14:17 UTC 2011


Am Freitag, den 04.03.2011, 07:40 -0800 schrieb Khem Raj:
> On 3/4/2011 5:12 AM, Andreas Oberritter wrote:
> > Signed-off-by: Andreas Oberritter<obi at opendreambox.org>
> > ---
> > This was only compile-tested. It would be nice to get some feedback.
> 
> Looks ok to me. Does it need any deps? May be building it from scratch 
> will detect it if not otherwise
> 
> Acked-by: Khem Raj <raj.khem at gmail.com>

With the dependencies addressed and …

> >   recipes/mrouted/mrouted_3.9.4.bb |   23 +++++++++++++++++++++++
> >   1 files changed, 23 insertions(+), 0 deletions(-)
> >   create mode 100644 recipes/mrouted/mrouted_3.9.4.bb
> >
> > diff --git a/recipes/mrouted/mrouted_3.9.4.bb b/recipes/mrouted/mrouted_3.9.4.bb
> > new file mode 100644
> > index 0000000..4ba4111
> > --- /dev/null
> > +++ b/recipes/mrouted/mrouted_3.9.4.bb
> > @@ -0,0 +1,23 @@
> > +DESCRIPTION = "DVMRP multicast routing daemon"
> > +HOMEPAGE = "http://troglobit.com/mrouted.shtml"
> > +SECTION = "network"
> > +LICENSE = "BSD"
> > +
> > +SRC_URI = "ftp://ftp.vmlinux.org/pub/People/jocke/mrouted/mrouted-${PV}.tar.bz2"
> > +SRC_URI[md5sum] = "688b74fc42919d588f262e6b3c9c6d4c"
> > +SRC_URI[sha256sum] = "c697549b2e506a380575f7adb67e87288ef2295b97241b3a1aeb0e88b827a3e1"
> > +
> > +EXTRA_OEMAKE = " \
> > +        datadir=${datadir} \
> > +        mandir=${mandir} \
> > +        prefix=${prefix} \
> > +        sysconfdir=${sysconfdir} \
> > +        DESTDIR=${D} \
> > +"
> > +
> > +do_compile() {
> > +        oe_runmake
> > +}

… add a blank line (?) this is

Acked-by: Paul Menzel <paulepanter at users.sourceforge.net>

> > +do_install() {
> > +        oe_runmake install
> > +}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110304/d62c3d68/attachment-0002.sig>


More information about the Openembedded-devel mailing list