Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 6/7] vlan: Create 1.9 version
Date: Mon, 17 Mar 2014 18:24:34 +0100	[thread overview]
Message-ID: <20140317172434.GI3725@jama> (raw)
In-Reply-To: <CAP9ODKqg25BUOXFgB5Dh3O7pJ2T359+aABy-WE-ioMnx1r9BSw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2379 bytes --]

On Mon, Mar 17, 2014 at 01:26:21PM -0300, Otavio Salvador wrote:
> Hello Martin,
> 
> On Tue, Mar 11, 2014 at 11:17 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Fri, Mar 07, 2014 at 03:26:14PM -0600, Lauren Post wrote:
> >> VLAN provides vconfig utility
> >>
> >> Signed-off-by: Lauren Post <lauren.post@freescale.com>
> >> ---
> >>  .../recipes-connectivity/vlan/vlan_1.9.bb          |   25 ++++++++++++++++++++
> >>  1 file changed, 25 insertions(+)
> >>  create mode 100644 meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
> >>
> >> diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
> >> new file mode 100644
> >> index 0000000..a9711ed
> >> --- /dev/null
> >> +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
> >> @@ -0,0 +1,25 @@
> >> +DESCRIPTION = "VLAN provides vconfig utility"
> >
> > DESCRIPTION -> SUMMARY
> >
> >> +LICENSE = "GPLv2"
> >> +LIC_FILES_CHKSUM = "file://vconfig.c;md5=293ef69c4e88434d37a5ee577a5288cb"
> >> +
> >> +SRC_URI = "http://vlan.sourcearchive.com/downloads/1.9-3ubuntu9/vlan_1.9.orig.tar.gz"
> >
> > vlan -> ${BPN}
> > 1.9 -> ${PV}
> >
> >> +
> >> +SRC_URI[md5sum] = "5f0c6060b33956fb16e11a15467dd394"
> >> +SRC_URI[sha256sum] = "3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb4868842b4cca"
> >> +
> >> +S = "${WORKDIR}/vlan"
> >
> > vlan -> ${BPN}
> >
> >> +
> >> +# comment out MakeInclude in Makefile which sets build environment
> >> +do_configure_append () {
> >> +    sed -i 's/^ include/#^include/' ${S}/Makefile
> >> +}
> >> +
> >> +# ignore strip to avoid yocto errors in stripping
> >> +do_compile () {
> >> +    oe_runmake PLATFORM=ARM 'STRIP=echo' all
> >> +}
> >> +
> >> +do_install () {
> >> +     install -d ${D}/${exec_prefix}/bin
> >> +     cp ${S}/vconfig ${D}/${exec_prefix}/bin
> >
> > 5 spaces -> 4 spaces
> >
> > I'll modify above comments when cherry-picking to master-next.
> 
> So I assume this one does not need a v2. Am I right?

Yes, it's already modified in:
http://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=095fbd60d7b0b59558e49b97a20814d34626084e
so it doesn't need v2.

Other patches where I didn't say that I'll do the changes when
cherry-picking need v2.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2014-03-17 17:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <lauren.post@freescale.com>
2014-03-07 21:26 ` [meta-oe][PATCH 1/7] linuxptp: Create 1.4 version Lauren Post
2014-03-07 21:26   ` [meta-oe][PATCH 2/7] obexftp: Create 0.23 version Lauren Post
2014-03-07 21:26   ` [meta-oe][PATCH 3/7] can-utils: Create git version Lauren Post
2014-03-11 14:08     ` Martin Jansa
2014-03-11 14:26       ` Otavio Salvador
2014-03-07 21:26   ` [meta-oe][PATCH 4/7] glcompbench: Create 2012.08 version Lauren Post
2014-03-11 15:51     ` Martin Jansa
2014-03-07 21:26   ` [meta-oe][PATCH 5/7] gtkperf: Create 0.40 version Lauren Post
2014-03-11 14:14     ` Martin Jansa
2014-03-07 21:26   ` [meta-oe][PATCH 6/7] vlan: Create 1.9 version Lauren Post
2014-03-11 14:17     ` Martin Jansa
2014-03-17 16:26       ` Otavio Salvador
2014-03-17 17:24         ` Martin Jansa [this message]
2014-03-07 21:26   ` [meta-oe][PATCH 7/7] openobex: Remove --enable-dump to disable dumping Lauren Post
2014-03-28 18:00   ` [meta-oe][PATCH 1/7] linuxptp: Create 1.4 version Denys Dmytriyenko
2014-03-29 18:40     ` Otavio Salvador
2014-03-29 21:08       ` Denys Dmytriyenko
2014-06-27 17:13 ` [meta-oe][PATCH v3] cpuburn-neon: Upgrade to version 20140626 Lauren Post
2014-07-15 18:27   ` Otavio Salvador
2014-07-15 19:06     ` Martin Jansa

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=20140317172434.GI3725@jama \
    --to=martin.jansa@gmail.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