]> code.ossystems Code Review - openembedded-core.git/commitdiff
libevent,btrfs-tools: fix Upstream-Status tag
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 23 Oct 2021 21:20:30 +0000 (23:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Oct 2021 21:26:44 +0000 (22:26 +0100)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch
meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch
meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch

index d7188881da8dfddcb340758965b4fdeda97dbb73..be942388a504afb310fe4f90e3d053800ad2d133 100644 (file)
@@ -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: Inappropriate [mips64 + musl + libc-headers]
 
 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
 ---
index 8a2c78983e1db38b07ee4b83a1ccb191f4951048..ddc19c495f1dfc27bba46181b16a7c2d134f35e7 100644 (file)
@@ -5,7 +5,7 @@ Subject: [PATCH] test: mark util/monotonic_prc_fallback as retriable
 
 Refs: #1193
 
-Upstream-status: Backported
+Upstream-Status: Backport
 ---
  test/regress_util.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
index ae7db0b7aa8532ad07ec947625b6079e2ef4f8c8..ea17e876ea3f019745de51a9e2f5f72167ea6270 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH] test: retriable tests are marked failed only when all
 
 Fixes: #1193
 
-Upstream-status: Pending
+Upstream-Status: Accepted
 
 Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
 ---