[oe] [PATCH 2/5] nicstat : add recipe

Li, Xin lixin.fnst at cn.fujitsu.com
Tue Nov 18 05:13:41 UTC 2014


Hi, Roy

Thank you very much for your reply.
I am sorry that I made a mistake, I will amend it and resend it later.

Best Regards,
Li Xin

> -----Original Message-----
> From: openembedded-devel-bounces at lists.openembedded.org
> [mailto:openembedded-devel-bounces at lists.openembedded.org] On Behalf Of
> Rongqing Li
> Sent: Tuesday, November 18, 2014 10:11 AM
> To: openembedded-devel at lists.openembedded.org
> Subject: Re: [oe] [PATCH 2/5] nicstat : add recipe
> 
> 
> 
> On 2014年11月17日 19:00, Li xin wrote:
> > nicstat is a tool that prints out network statistics for all network
> > interface cards (NICs), including packets, kilobytes per second,
> > average packet sizes and more.
> >
> > Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
> > ---
> >   meta-oe/recipes-extended/nicstat/nicstat_1.95.bb | 10 ++--------
> >   1 file changed, 2 insertions(+), 8 deletions(-)
> >
> > diff --git a/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb
> > b/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb
> > index 31a015a..c75563d 100644
> > --- a/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb
> > +++ b/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb
> > @@ -17,15 +17,9 @@ do_compile() {
> >   }
> >
> >   do_install() {
> > -        install -d ${D}/${bindir}/
> > -        install -d ${D}/${mandir}/
> > +     	install -d ${D}/${bindir}/
> > +	install -d ${D}/${mandir}/
> >        	install -m 0755 ${S}/nicstat ${D}${bindir}/
> >   	install -m 0644 ${S}/nicstat.1 ${D}/${mandir}/
> >   }
> >
> > -
> > -
> > -
> > -
> > -
> > -
> >
> 
> 
> I did not find nicstat_1.95.bb in meta-oe, are your patch completed?
> 
> -Roy
> 
> --
> Best Reagrds,
> Roy | RongQing Li
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list