All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libevent,btrfs-tools: fix Upstream-Status tag
@ 2021-10-05  8:41 Alexandre Belloni
  2021-10-05  9:39 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2021-10-05  8:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexandre Belloni

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 ...1-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch | 2 +-
 ...003-test-mark-util-monotonic_prc_fallback-as-retriable.patch | 2 +-
 ...test-retriable-tests-are-marked-failed-only-when-all-a.patch | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch
index d7188881da8d..f57089e963fe 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch
@@ -18,7 +18,7 @@ add an explicit include of const.h to pickup the macro:
 This is safe for older kernel's as well, since the header still
 exists, and is valid to include.
 
-Upstream-status: OE Specific [mips64 + musl + libc-headers]
+Upstream-Status: OE Specific [mips64 + musl + libc-headers]
 
 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
 ---
diff --git a/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch b/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch
index 8a2c78983e1d..519bccf8d794 100644
--- a/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch
+++ b/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] test: mark util/monotonic_prc_fallback as retriable
 
 Refs: #1193
 
-Upstream-status: Backported
+Upstream-Status: Backported
 ---
  test/regress_util.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch b/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch
index ae7db0b7aa85..e453c80d7fcd 100644
--- a/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch
+++ b/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] test: retriable tests are marked failed only when all
 
 Fixes: #1193
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
 ---
-- 
2.31.1



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

* Re: [OE-core] [PATCH] libevent,btrfs-tools: fix Upstream-Status tag
  2021-10-05  8:41 [PATCH] libevent,btrfs-tools: fix Upstream-Status tag Alexandre Belloni
@ 2021-10-05  9:39 ` Alexander Kanavin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kanavin @ 2021-10-05  9:39 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: OE-core

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

The first two should say Backport and Inappropriate [oe-core specific
...explanation]

Definitions here:
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status

Alex

On Tue, 5 Oct 2021 at 10:41, Alexandre Belloni <
alexandre.belloni@bootlin.com> wrote:

> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> ---
>  ...1-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch | 2 +-
>  ...003-test-mark-util-monotonic_prc_fallback-as-retriable.patch | 2 +-
>  ...test-retriable-tests-are-marked-failed-only-when-all-a.patch | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git
> a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch
> b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch
> index d7188881da8d..f57089e963fe 100644
> ---
> a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch
> +++
> b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch
> @@ -18,7 +18,7 @@ add an explicit include of const.h to pickup the macro:
>  This is safe for older kernel's as well, since the header still
>  exists, and is valid to include.
>
> -Upstream-status: OE Specific [mips64 + musl + libc-headers]
> +Upstream-Status: OE Specific [mips64 + musl + libc-headers]
>
>  Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
>  ---
> diff --git
> a/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch
> b/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch
> index 8a2c78983e1d..519bccf8d794 100644
> ---
> a/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch
> +++
> b/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch
> @@ -5,7 +5,7 @@ Subject: [PATCH] test: mark util/monotonic_prc_fallback as
> retriable
>
>  Refs: #1193
>
> -Upstream-status: Backported
> +Upstream-Status: Backported
>  ---
>   test/regress_util.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git
> a/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch
> b/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch
> index ae7db0b7aa85..e453c80d7fcd 100644
> ---
> a/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch
> +++
> b/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch
> @@ -6,7 +6,7 @@ Subject: [PATCH] test: retriable tests are marked failed
> only when all
>
>  Fixes: #1193
>
> -Upstream-status: Pending
> +Upstream-Status: Pending
>
>  Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
>  ---
> --
> 2.31.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#156638):
> https://lists.openembedded.org/g/openembedded-core/message/156638
> Mute This Topic: https://lists.openembedded.org/mt/86088669/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 4864 bytes --]

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

end of thread, other threads:[~2021-10-05  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  8:41 [PATCH] libevent,btrfs-tools: fix Upstream-Status tag Alexandre Belloni
2021-10-05  9:39 ` [OE-core] " Alexander Kanavin

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.