Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Henri Bragge <henri.bragge@dcombus.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/2] recipe for scli-0.4.0
Date: Wed, 04 Aug 2010 15:54:44 +0300	[thread overview]
Message-ID: <4C596314.3050305@dcombus.com> (raw)
In-Reply-To: <AANLkTik=Xm39yJcLnLH12heRyvS0gUEvSwFCJMBtWeLi@mail.gmail.com>

Frans Meulenbroeks wrote:
> 2010/8/4 Henri Bragge <henri.bragge@dcombus.com>
>
>   
>> Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
>> ---
>>  recipes/scli/scli.inc    |    6 ++++++
>>  recipes/scli/scli_svn.bb |    8 ++++++++
>>  2 files changed, 14 insertions(+), 0 deletions(-)
>>  create mode 100644 recipes/scli/scli.inc
>>  create mode 100644 recipes/scli/scli_svn.bb
>>
>> diff --git a/recipes/scli/scli.inc b/recipes/scli/scli.inc
>> new file mode 100644
>> index 0000000..abe341d
>> --- /dev/null
>> +++ b/recipes/scli/scli.inc
>> @@ -0,0 +1,6 @@
>> +DESCRIPTION = "SNMP Command Line Interface"
>> +LICENSE = "GPLv2"
>> +SECTION = "console/network"
>> +DEPENDS = "gsnmp readline libxml2 ncurses"
>> +
>> +inherit autotools
>> diff --git a/recipes/scli/scli_svn.bb b/recipes/scli/scli_svn.bb
>> new file mode 100644
>> index 0000000..45bd08e
>> --- /dev/null
>> +++ b/recipes/scli/scli_svn.bb
>> @@ -0,0 +1,8 @@
>> +require scli.inc
>> +
>> +SRCREV = "3285"
>> +PV = "0.4.0+svnr${SRCREV}"
>> +PR = "r1"
>>
>>     
> +
>   
>> +SRC_URI = "svn://
>> cnds.eecs.jacobs-university.de/svn/schoenw/src/scli;module=trunk;proto=https
>> "
>> +S = "${WORKDIR}/trunk"
>>
>>     
>
> Same remarks as for the other one.
> Also, do we need the .inc file. If I look at the content it is hardly worth
> putting it in a separate file.
>
> Then again *if* you insist on an inc file you should also have an INC_PR.
>
> This also holds for the other recipe.
>   

Thanks for the comments, sent v2 of the patches.

Just thought .inc would be a good idea to separate generic stuff from 
svn-specific, but indeed there's very little of the generic part to 
justify its own file. Fixed the PRs also.

Btw, only https seems to be available.

- Henri



  parent reply	other threads:[~2010-08-04 12:54 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-04 10:43 recipes for gsnmp and scli Henri Bragge
2010-08-04 10:43 ` [PATCH 1/2] recipe for gsnmp-0.3.0 Henri Bragge
2010-08-04 10:43   ` [PATCH 2/2] recipe for scli-0.4.0 Henri Bragge
2010-08-04 11:54     ` Frans Meulenbroeks
2010-08-04 12:48       ` [PATCH v2 1/2] recipe for gsnmp-0.3.0 Henri Bragge
2010-08-04 12:48         ` [PATCH v2 2/2] recipe for scli-0.4.0 Henri Bragge
2010-08-04 17:43         ` [PATCH v2 1/2] recipe for gsnmp-0.3.0 Frans Meulenbroeks
2010-08-05  8:53           ` Henri Bragge
2010-08-05 10:05             ` Frans Meulenbroeks
2010-08-05 18:49               ` Frans Meulenbroeks
2010-08-06  9:32                 ` Frans Meulenbroeks
2010-08-06 10:05                   ` Henri Bragge
2010-08-06 14:08                     ` Frans Meulenbroeks
2010-08-09 11:36                       ` [PATCH 1/1] gsnmp-0.3.0: fix quoting in autoconf macros Henri Bragge
2010-08-09 11:52                         ` Paul Menzel
2010-08-09 12:05                           ` Henri Bragge
2010-08-09 12:36                             ` Paul Menzel
2010-08-09 15:31                               ` [PATCH v3 " Henri Bragge
2010-08-09 15:43                               ` [PATCH " Henri Bragge
2010-08-09 19:16                                 ` Frans Meulenbroeks
2010-08-09 11:43                       ` [PATCH v2 1/2] recipe for gsnmp-0.3.0 Henri Bragge
2010-08-09 12:20                       ` [PATCH v2 1/1] gsnmp-0.3.0: fix quoting in autoconf macros Henri Bragge
2010-08-04 12:54       ` Henri Bragge [this message]
2010-08-05  8:44       ` [PATCH v3 1/2] recipe for gsnmp-0.3.0 Henri Bragge
2010-08-05  8:44         ` [PATCH v3 2/2] recipe for scli-0.4.0 Henri Bragge
2010-08-05 18:47           ` Frans Meulenbroeks
2010-08-04 11:51   ` [PATCH 1/2] recipe for gsnmp-0.3.0 Frans Meulenbroeks
  -- strict thread matches above, loose matches on Subject: below --
2010-07-30  9:03 henri.bragge
2010-07-30  9:03 ` [PATCH 2/2] recipe for scli-0.4.0 henri.bragge
2010-07-30 10:32   ` Henri Bragge

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=4C596314.3050305@dcombus.com \
    --to=henri.bragge@dcombus.com \
    --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