All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI
@ 2015-01-05  2:30 Robert Yang
  2015-01-05  2:30 ` [meta-oe] [V2 PATCH 2/5] rarpd: use BPN " Robert Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Robert Yang @ 2015-01-05  2:30 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-oe/recipes-extended/dash/dash_0.5.8.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/dash/dash_0.5.8.bb b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
index c2b5249..4961d7b 100644
--- a/meta-oe/recipes-extended/dash/dash_0.5.8.bb
+++ b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
 
 inherit autotools update-alternatives
 
-SRC_URI = "http://gondor.apana.org.au/~herbert/dash/files/${PN}-${PV}.tar.gz"
+SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz"
 SRC_URI[md5sum] = "5c152209680dab3c319e8923f6c51378"
 SRC_URI[sha256sum] = "c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* Re: [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI
@ 2015-01-05 23:45 MacDonald, Joe
  0 siblings, 0 replies; 11+ messages in thread
From: MacDonald, Joe @ 2015-01-05 23:45 UTC (permalink / raw)
  To: openembedded-devel


On 5 Jan 2015 18:26, Martin Jansa <martin.jansa@gmail.com> wrote:
>
> On Tue, Jan 06, 2015 at 06:59:34AM +0800, Robert Yang wrote:
> >
> >
> > On 01/05/2015 07:59 PM, Martin Jansa wrote:
> > > Thanks for v2
> > >
> > > Please remember to update your old series as superseded when pushing
> > > newer version, it would help me a lot when sorting the pending patches.
> >
> > Hi Matin, what did you mean about: "update your old series as superseded",
> > please ? I can't understand this clearly.
>
> See
> http://www.openembedded.org/wiki/Patchwork
> and list of patches here
> http://patchwork.openembedded.org/project/oe/list/
>
> It helps me a lot when the submitters update status of their patches
> (because they usually don't have so many of them and they should know if
> they were applied, rejected in e-mail review or superseded when they
> send new version).

FWIW I'm now doing this for anything directed to meta-networking to try to make your job easier, but the v2+ thing isn't always clear if a patch isn't clearly labelled v2 (etc.) so it would really help for submitters to mark their own changes superseded.

-J.

>
> My multi-layer triage usually starts by finding duplicate changes,
> marking all but latest as superseded, then adding them to right bundle
> if they belong to layer with separate maintainer and then cherry-pick
> the rest to master-next (or update it there).
>
> Any help in this triage helps me to do it faster and possibly more often
> (but even now I do it as often as I have jenkins server available for
> another round of testing)
>
> >
> > // Robert
> >
> > >
> > > On Sun, Jan 04, 2015 at 06:30:09PM -0800, Robert Yang wrote:
> > >> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> > >> ---
> > >>   meta-oe/recipes-extended/dash/dash_0.5.8.bb |    2 +-
> > >>   1 file changed, 1 insertion(+), 1 deletion(-)
> > >>
> > >> diff --git a/meta-oe/recipes-extended/dash/dash_0.5.8.bb b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
> > >> index c2b5249..4961d7b 100644
> > >> --- a/meta-oe/recipes-extended/dash/dash_0.5.8.bb
> > >> +++ b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
> > >> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
> > >>
> > >>   inherit autotools update-alternatives
> > >>
> > >> -SRC_URI = "http://gondor.apana.org.au/~herbert/dash/files/${PN}-${PV}.tar.gz"
> > >> +SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz"
> > >>   SRC_URI[md5sum] = "5c152209680dab3c319e8923f6c51378"
> > >>   SRC_URI[sha256sum] = "c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f"
> > >>
> > >> --
> > >> 1.7.9.5
> > >>
> > >> --
> > >> _______________________________________________
> > >> Openembedded-devel mailing list
> > >> Openembedded-devel@lists.openembedded.org
> > >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > >
> > >
> > >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-01-06  0:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-05  2:30 [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI Robert Yang
2015-01-05  2:30 ` [meta-oe] [V2 PATCH 2/5] rarpd: use BPN " Robert Yang
2015-01-05  2:30 ` [meta-oe] [V2 PATCH 3/5] procmail: " Robert Yang
2015-01-05  2:30 ` [meta-oe] [V2 PATCH 4/5] smem: " Robert Yang
2015-01-05  2:30 ` [meta-oe] [V2 PATCH 5/5] tomoyo-tools: use BP " Robert Yang
2015-01-05 11:59 ` [meta-oe] [V2 PATCH 1/5] dash: " Martin Jansa
2015-01-05 22:59   ` Robert Yang
2015-01-05 23:01     ` Robert Yang
2015-01-05 23:26     ` Martin Jansa
2015-01-06  0:07       ` Robert Yang
  -- strict thread matches above, loose matches on Subject: below --
2015-01-05 23:45 MacDonald, Joe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.