All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dropbear: fix include dependent PR generation
@ 2012-05-22 14:16 Steffen Sledz
  2012-05-23  7:12 ` Steffen Sledz
  2012-05-25 16:40 ` Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Steffen Sledz @ 2012-05-22 14:16 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
---
 meta/recipes-core/dropbear/dropbear.inc        |    2 ++
 meta/recipes-core/dropbear/dropbear_2012.55.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index 2d6aeb2..2de442c 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -2,6 +2,8 @@ DESCRIPTION = "Dropbear is a lightweight SSH and SCP implementation"
 HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
 SECTION = "console/network"
 
+INC_PR = "r0"
+
 # some files are from other projects and have others license terms:
 #   public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
 LICENSE = "MIT"
diff --git a/meta/recipes-core/dropbear/dropbear_2012.55.bb b/meta/recipes-core/dropbear/dropbear_2012.55.bb
index 4f0ef80..8323a33 100644
--- a/meta/recipes-core/dropbear/dropbear_2012.55.bb
+++ b/meta/recipes-core/dropbear/dropbear_2012.55.bb
@@ -3,4 +3,4 @@ require dropbear.inc
 SRC_URI[md5sum] = "44836e5a0419ba12557f9ea46880077e"
 SRC_URI[sha256sum] = "808df243c61bb60f2f18fa64bca628cbba0918b2a14139f10e6d59d4ac5a17ce"
 
-PR = "r0"
+PR = "${INC_PR}.0"
-- 
1.7.7




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

* Re: [PATCH] dropbear: fix include dependent PR generation
  2012-05-22 14:16 [PATCH] dropbear: fix include dependent PR generation Steffen Sledz
@ 2012-05-23  7:12 ` Steffen Sledz
  2012-05-23 14:03   ` Saul Wold
  2012-05-25 16:40 ` Saul Wold
  1 sibling, 1 reply; 5+ messages in thread
From: Steffen Sledz @ 2012-05-23  7:12 UTC (permalink / raw)
  To: openembedded-core

On 22.05.2012 16:16, Steffen Sledz wrote:
> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
> ---
>  meta/recipes-core/dropbear/dropbear.inc        |    2 ++
>  meta/recipes-core/dropbear/dropbear_2012.55.bb |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
> index 2d6aeb2..2de442c 100644
> --- a/meta/recipes-core/dropbear/dropbear.inc
> +++ b/meta/recipes-core/dropbear/dropbear.inc
> @@ -2,6 +2,8 @@ DESCRIPTION = "Dropbear is a lightweight SSH and SCP implementation"
>  HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
>  SECTION = "console/network"
>  
> +INC_PR = "r0"
> +
>  # some files are from other projects and have others license terms:
>  #   public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
>  LICENSE = "MIT"
> diff --git a/meta/recipes-core/dropbear/dropbear_2012.55.bb b/meta/recipes-core/dropbear/dropbear_2012.55.bb
> index 4f0ef80..8323a33 100644
> --- a/meta/recipes-core/dropbear/dropbear_2012.55.bb
> +++ b/meta/recipes-core/dropbear/dropbear_2012.55.bb
> @@ -3,4 +3,4 @@ require dropbear.inc
>  SRC_URI[md5sum] = "44836e5a0419ba12557f9ea46880077e"
>  SRC_URI[sha256sum] = "808df243c61bb60f2f18fa64bca628cbba0918b2a14139f10e6d59d4ac5a17ce"
>  
> -PR = "r0"
> +PR = "${INC_PR}.0"

Did this message made it to the ML?

I could not find it in Patchwork OpenEmbedded Core?. :(

Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058



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

* Re: [PATCH] dropbear: fix include dependent PR generation
  2012-05-23  7:12 ` Steffen Sledz
@ 2012-05-23 14:03   ` Saul Wold
  2012-05-24 11:06     ` Steffen Sledz
  0 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2012-05-23 14:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 05/23/2012 12:12 AM, Steffen Sledz wrote:
> On 22.05.2012 16:16, Steffen Sledz wrote:
>> Signed-off-by: Steffen Sledz<sledz@dresearch-fe.de>
>> ---
>>   meta/recipes-core/dropbear/dropbear.inc        |    2 ++
>>   meta/recipes-core/dropbear/dropbear_2012.55.bb |    2 +-
>>   2 files changed, 3 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
>> index 2d6aeb2..2de442c 100644
>> --- a/meta/recipes-core/dropbear/dropbear.inc
>> +++ b/meta/recipes-core/dropbear/dropbear.inc
>> @@ -2,6 +2,8 @@ DESCRIPTION = "Dropbear is a lightweight SSH and SCP implementation"
>>   HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
>>   SECTION = "console/network"
>>
>> +INC_PR = "r0"
>> +
>>   # some files are from other projects and have others license terms:
>>   #   public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
>>   LICENSE = "MIT"
>> diff --git a/meta/recipes-core/dropbear/dropbear_2012.55.bb b/meta/recipes-core/dropbear/dropbear_2012.55.bb
>> index 4f0ef80..8323a33 100644
>> --- a/meta/recipes-core/dropbear/dropbear_2012.55.bb
>> +++ b/meta/recipes-core/dropbear/dropbear_2012.55.bb
>> @@ -3,4 +3,4 @@ require dropbear.inc
>>   SRC_URI[md5sum] = "44836e5a0419ba12557f9ea46880077e"
>>   SRC_URI[sha256sum] = "808df243c61bb60f2f18fa64bca628cbba0918b2a14139f10e6d59d4ac5a17ce"
>>
>> -PR = "r0"
>> +PR = "${INC_PR}.0"
>
> Did this message made it to the ML?
>
I guess not, please resend as a proper patch.

Thanks

Sau!
> I could not find it in Patchwork OpenEmbedded Core?. :(
>
> Steffen
>



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

* Re: [PATCH] dropbear: fix include dependent PR generation
  2012-05-23 14:03   ` Saul Wold
@ 2012-05-24 11:06     ` Steffen Sledz
  0 siblings, 0 replies; 5+ messages in thread
From: Steffen Sledz @ 2012-05-24 11:06 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

On 23.05.2012 16:03, Saul Wold wrote:
> On 05/23/2012 12:12 AM, Steffen Sledz wrote:
>> On 22.05.2012 16:16, Steffen Sledz wrote:
>>> Signed-off-by: Steffen Sledz<sledz@dresearch-fe.de>
>>> ---
>>>   meta/recipes-core/dropbear/dropbear.inc        |    2 ++
>>>   meta/recipes-core/dropbear/dropbear_2012.55.bb |    2 +-
>>>   2 files changed, 3 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
>>> index 2d6aeb2..2de442c 100644
>>> --- a/meta/recipes-core/dropbear/dropbear.inc
>>> +++ b/meta/recipes-core/dropbear/dropbear.inc
>>> @@ -2,6 +2,8 @@ DESCRIPTION = "Dropbear is a lightweight SSH and SCP implementation"
>>>   HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
>>>   SECTION = "console/network"
>>>
>>> +INC_PR = "r0"
>>> +
>>>   # some files are from other projects and have others license terms:
>>>   #   public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
>>>   LICENSE = "MIT"
>>> diff --git a/meta/recipes-core/dropbear/dropbear_2012.55.bb b/meta/recipes-core/dropbear/dropbear_2012.55.bb
>>> index 4f0ef80..8323a33 100644
>>> --- a/meta/recipes-core/dropbear/dropbear_2012.55.bb
>>> +++ b/meta/recipes-core/dropbear/dropbear_2012.55.bb
>>> @@ -3,4 +3,4 @@ require dropbear.inc
>>>   SRC_URI[md5sum] = "44836e5a0419ba12557f9ea46880077e"
>>>   SRC_URI[sha256sum] = "808df243c61bb60f2f18fa64bca628cbba0918b2a14139f10e6d59d4ac5a17ce"
>>>
>>> -PR = "r0"
>>> +PR = "${INC_PR}.0"
>>
>> Did this message made it to the ML?
>>
> I guess not, please resend as a proper patch.

I've resent the original message. Patchwork catched it this time. :)

Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058



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

* Re: [PATCH] dropbear: fix include dependent PR generation
  2012-05-22 14:16 [PATCH] dropbear: fix include dependent PR generation Steffen Sledz
  2012-05-23  7:12 ` Steffen Sledz
@ 2012-05-25 16:40 ` Saul Wold
  1 sibling, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-05-25 16:40 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Steffen Sledz

On 05/22/2012 07:16 AM, Steffen Sledz wrote:
> Signed-off-by: Steffen Sledz<sledz@dresearch-fe.de>
> ---
>   meta/recipes-core/dropbear/dropbear.inc        |    2 ++
>   meta/recipes-core/dropbear/dropbear_2012.55.bb |    2 +-
>   2 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
> index 2d6aeb2..2de442c 100644
> --- a/meta/recipes-core/dropbear/dropbear.inc
> +++ b/meta/recipes-core/dropbear/dropbear.inc
> @@ -2,6 +2,8 @@ DESCRIPTION = "Dropbear is a lightweight SSH and SCP implementation"
>   HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
>   SECTION = "console/network"
>
> +INC_PR = "r0"
> +
>   # some files are from other projects and have others license terms:
>   #   public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
>   LICENSE = "MIT"
> diff --git a/meta/recipes-core/dropbear/dropbear_2012.55.bb b/meta/recipes-core/dropbear/dropbear_2012.55.bb
> index 4f0ef80..8323a33 100644
> --- a/meta/recipes-core/dropbear/dropbear_2012.55.bb
> +++ b/meta/recipes-core/dropbear/dropbear_2012.55.bb
> @@ -3,4 +3,4 @@ require dropbear.inc
>   SRC_URI[md5sum] = "44836e5a0419ba12557f9ea46880077e"
>   SRC_URI[sha256sum] = "808df243c61bb60f2f18fa64bca628cbba0918b2a14139f10e6d59d4ac5a17ce"
>
> -PR = "r0"
> +PR = "${INC_PR}.0"

Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-05-25 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-22 14:16 [PATCH] dropbear: fix include dependent PR generation Steffen Sledz
2012-05-23  7:12 ` Steffen Sledz
2012-05-23 14:03   ` Saul Wold
2012-05-24 11:06     ` Steffen Sledz
2012-05-25 16:40 ` Saul Wold

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.