* [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
* [meta-oe] [V2 PATCH 2/5] rarpd: use BPN in SRC_URI
2015-01-05 2:30 [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI Robert Yang
@ 2015-01-05 2:30 ` Robert Yang
2015-01-05 2:30 ` [meta-oe] [V2 PATCH 3/5] procmail: " Robert Yang
` (3 subsequent siblings)
4 siblings, 0 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/rarpd/rarpd_ss981107.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb
index d69499d..0fe79cf 100644
--- a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb
+++ b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb
@@ -9,7 +9,7 @@ You should install rarpd if you want to set up a RARP server on your \
network."
SECTION = "System Environment/Daemons"
-SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${PN}-${PV}.tar.gz/be2a88f8ccddf2a40ac484cb3294fedc/${PN}-${PV}.tar.gz"
+SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.tar.gz/be2a88f8ccddf2a40ac484cb3294fedc/${BP}.tar.gz"
SRC_URI[md5sum] = "be2a88f8ccddf2a40ac484cb3294fedc"
SRC_URI[sha256sum] = "4d6145d435a5d8b567b9798620f57f9b0a464078a1deba267958f168fbe776e6"
@@ -25,7 +25,7 @@ SRC_URI += "file://0001-rarpd.8-add-man-file.patch \
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://rarpd.c;md5=199b20b172ea93121bc613a9c77b6931"
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
do_install() {
install -d ${D}${sysconfdir}/init.d
--
1.7.9.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-oe] [V2 PATCH 3/5] procmail: use BPN in SRC_URI
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 ` Robert Yang
2015-01-05 2:30 ` [meta-oe] [V2 PATCH 4/5] smem: " Robert Yang
` (2 subsequent siblings)
4 siblings, 0 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-support/procmail/procmail_3.22.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb
index 6ab1e9b..1063654 100644
--- a/meta-oe/recipes-support/procmail/procmail_3.22.bb
+++ b/meta-oe/recipes-support/procmail/procmail_3.22.bb
@@ -8,7 +8,7 @@ forward certain incoming mail automatically to someone."
HOMEPAGE = "http://www.procmail.org/"
SECTION = "Applications/System"
-SRC_URI = "http://www.ring.gr.jp/archives/net/mail/${PN}/${BP}.tar.gz \
+SRC_URI = "http://www.ring.gr.jp/archives/net/mail/${BPN}/${BP}.tar.gz \
file://from-debian-to-fix-compile-errors.patch \
file://from-debian-to-modify-parameters.patch \
file://from-debian-to-fix-man-file.patch \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-oe] [V2 PATCH 4/5] smem: use BPN in SRC_URI
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 ` 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
4 siblings, 0 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-support/smem/smem_1.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb
index 8d195d4..8768c48 100644
--- a/meta-oe/recipes-support/smem/smem_1.4.bb
+++ b/meta-oe/recipes-support/smem/smem_1.4.bb
@@ -9,7 +9,7 @@ SECTION = "Applications/System"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRC_URI = "http://www.selenic.com/smem/download/${PN}-${PV}.tar.gz"
+SRC_URI = "http://www.selenic.com/${BPN}/download/${BP}.tar.gz"
SRC_URI[md5sum] = "fe79435c3930389bfdb560255c802162"
SRC_URI[sha256sum] = "2ea9f878f4cf3c276774c3f7e2a41977a1f2d64f98d2dcb6a15f1f3d84df61ec"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-oe] [V2 PATCH 5/5] tomoyo-tools: use BP in SRC_URI
2015-01-05 2:30 [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI Robert Yang
` (2 preceding siblings ...)
2015-01-05 2:30 ` [meta-oe] [V2 PATCH 4/5] smem: " Robert Yang
@ 2015-01-05 2:30 ` Robert Yang
2015-01-05 11:59 ` [meta-oe] [V2 PATCH 1/5] dash: " Martin Jansa
4 siblings, 0 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>
---
.../tomoyo-tools/tomoyo-tools_2.5.0.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
index bb2676b..adb538b 100644
--- a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
+++ b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
@@ -5,11 +5,11 @@ being useful purely as a system analysis tool."
HOMEPAGE = "http://tomoyo.sourceforge.jp/"
SECTION = "System Environment/Kernel"
-SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${PN}-${PV}-20140601.tar.gz"
+SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${BP}-20140601.tar.gz"
SRC_URI[md5sum] = "888869b793127f00d6439a3246598b83"
SRC_URI[sha256sum] = "118ef6ba1fbf7c0b83018c3a0d4d5485dfb9b5b7f647f37ce9f63841a3133c2a"
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe"
--
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 2:30 [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI Robert Yang
` (3 preceding siblings ...)
2015-01-05 2:30 ` [meta-oe] [V2 PATCH 5/5] tomoyo-tools: use BP " Robert Yang
@ 2015-01-05 11:59 ` Martin Jansa
2015-01-05 22:59 ` Robert Yang
4 siblings, 1 reply; 11+ messages in thread
From: Martin Jansa @ 2015-01-05 11:59 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1396 bytes --]
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.
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
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI
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
0 siblings, 2 replies; 11+ messages in thread
From: Robert Yang @ 2015-01-05 22:59 UTC (permalink / raw)
To: openembedded-devel
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.
// 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
>
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI
2015-01-05 22:59 ` Robert Yang
@ 2015-01-05 23:01 ` Robert Yang
2015-01-05 23:26 ` Martin Jansa
1 sibling, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-01-05 23:01 UTC (permalink / raw)
To: openembedded-devel
On 01/06/2015 06:59 AM, 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",
s/Matin/Martin/, sorry for the typo:-).
// Robert
> please ? I can't understand this clearly.
>
> // 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
>>
>>
>>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI
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
1 sibling, 1 reply; 11+ messages in thread
From: Martin Jansa @ 2015-01-05 23:26 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2779 bytes --]
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).
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
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [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
* Re: [meta-oe] [V2 PATCH 1/5] dash: use BP in SRC_URI
2015-01-05 23:26 ` Martin Jansa
@ 2015-01-06 0:07 ` Robert Yang
0 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-01-06 0:07 UTC (permalink / raw)
To: openembedded-devel
On 01/06/2015 07:26 AM, Martin Jansa 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).
>
> 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)
Got it, thanks.
// Robert
>
>>
>> // 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
>
>
>
^ 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.