All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] lttng-tools: upgrade 2.12.2->2.12.3
@ 2021-03-03  6:15 Xu, Yanfei
  2021-03-03 13:10 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Xu, Yanfei @ 2021-03-03  6:15 UTC (permalink / raw)
  To: openembedded-core

From: Yanfei Xu <yanfei.xu@windriver.com>

Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
---
 .../lttng/{lttng-tools_2.12.2.bb => lttng-tools_2.12.3.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.12.2.bb => lttng-tools_2.12.3.bb} (98%)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
similarity index 98%
rename from meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb
rename to meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
index 0787e04d19..eae95da2ed 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
@@ -37,7 +37,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
            file://0001-tests-regression-disable-the-tools-live-tests.patch \
            "
 
-SRC_URI[sha256sum] = "9ed9161795ff023b076f9f95afaa4f1f822ec42495c0fa04c586ab8fa74e84f1"
+SRC_URI[sha256sum] = "2890da230edd523fcf497e9eb28133b7606d64fa01bcbffadbfcba42104db153"
 
 inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
 
-- 
2.27.0


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

* Re: [OE-core][PATCH] lttng-tools: upgrade 2.12.2->2.12.3
  2021-03-03  6:15 [OE-core][PATCH] lttng-tools: upgrade 2.12.2->2.12.3 Xu, Yanfei
@ 2021-03-03 13:10 ` Bruce Ashfield
  2021-03-04  2:25   ` Xu, Yanfei
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2021-03-03 13:10 UTC (permalink / raw)
  To: Xu, Yanfei; +Cc: Patches and discussions about the oe-core layer

On Wed, Mar 3, 2021 at 1:16 AM Xu, Yanfei <yanfei.xu@windriver.com> wrote:
>
> From: Yanfei Xu <yanfei.xu@windriver.com>
>

We should get into the habit of summarizing the changes in version
bump commits, along with a comment explaining if it is a bug fix
release, features, etc.

Bruce

> Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
> ---
>  .../lttng/{lttng-tools_2.12.2.bb => lttng-tools_2.12.3.bb}      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-kernel/lttng/{lttng-tools_2.12.2.bb => lttng-tools_2.12.3.bb} (98%)
>
> diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
> similarity index 98%
> rename from meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb
> rename to meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
> index 0787e04d19..eae95da2ed 100644
> --- a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb
> +++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
> @@ -37,7 +37,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
>             file://0001-tests-regression-disable-the-tools-live-tests.patch \
>             "
>
> -SRC_URI[sha256sum] = "9ed9161795ff023b076f9f95afaa4f1f822ec42495c0fa04c586ab8fa74e84f1"
> +SRC_URI[sha256sum] = "2890da230edd523fcf497e9eb28133b7606d64fa01bcbffadbfcba42104db153"
>
>  inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
>
> --
> 2.27.0
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

* Re: [OE-core][PATCH] lttng-tools: upgrade 2.12.2->2.12.3
  2021-03-03 13:10 ` Bruce Ashfield
@ 2021-03-04  2:25   ` Xu, Yanfei
  0 siblings, 0 replies; 3+ messages in thread
From: Xu, Yanfei @ 2021-03-04  2:25 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: Patches and discussions about the oe-core layer



On 3/3/21 9:10 PM, Bruce Ashfield wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
> 
> On Wed, Mar 3, 2021 at 1:16 AM Xu, Yanfei <yanfei.xu@windriver.com> wrote:
>>
>> From: Yanfei Xu <yanfei.xu@windriver.com>
>>
> 
> We should get into the habit of summarizing the changes in version
> bump commits, along with a comment explaining if it is a bug fix
> release, features, etc.
> 
Thanks, will do it in v2.

Yanfei

> Bruce
> 
>> Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
>> ---
>>   .../lttng/{lttng-tools_2.12.2.bb => lttng-tools_2.12.3.bb}      | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>   rename meta/recipes-kernel/lttng/{lttng-tools_2.12.2.bb => lttng-tools_2.12.3.bb} (98%)
>>
>> diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
>> similarity index 98%
>> rename from meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb
>> rename to meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
>> index 0787e04d19..eae95da2ed 100644
>> --- a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb
>> +++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
>> @@ -37,7 +37,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
>>              file://0001-tests-regression-disable-the-tools-live-tests.patch \
>>              "
>>
>> -SRC_URI[sha256sum] = "9ed9161795ff023b076f9f95afaa4f1f822ec42495c0fa04c586ab8fa74e84f1"
>> +SRC_URI[sha256sum] = "2890da230edd523fcf497e9eb28133b7606d64fa01bcbffadbfcba42104db153"
>>
>>   inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
>>
>> --
>> 2.27.0
>>
>>
>> 
>>
> 
> 
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
> 

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

end of thread, other threads:[~2021-03-04  2:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03  6:15 [OE-core][PATCH] lttng-tools: upgrade 2.12.2->2.12.3 Xu, Yanfei
2021-03-03 13:10 ` Bruce Ashfield
2021-03-04  2:25   ` Xu, Yanfei

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.