summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-06-21 18:09:11 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-21 09:15:20 -0700
commitbe8c765c7c4ed48404da8fd8e813c9f3ab5ad415 (patch)
tree45fa8c8906c400a9bc25085ec91588d02fdf5c80 /meta-oe/recipes-multimedia
parent2393cd93ae1bb706744bae9185f2af74867950b8 (diff)
downloadmeta-openembedded-be8c765c7c4ed48404da8fd8e813c9f3ab5ad415.tar.gz
*.patch: add Upstream-Status to all patches
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch2
-rw-r--r--meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch2
-rw-r--r--meta-oe/recipes-multimedia/cdrkit/files/0001-define-__THROW-to-avoid-build-issue-with-musl.patch2
-rw-r--r--meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Fix-fprintf-format-errors.patch2
-rw-r--r--meta-oe/recipes-multimedia/cdrkit/files/0002-Do-not-use-rcmd-on-build-with-musl.patch2
-rw-r--r--meta-oe/recipes-multimedia/libmad/libmad/0004-Remove-clang-unsupported-compiler-flags.patch2
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-Revert-media-ctl-Don-t-install-libmediactl-and-libv4.patch2
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0002-original-patch-mediactl-pkgconfig.patch2
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0003-original-patch-export-mediactl-headers.patch2
-rw-r--r--meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch2
-rw-r--r--meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch2
-rw-r--r--meta-oe/recipes-multimedia/xsp/xsp/xsp-fix-pc.patch2
12 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch b/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch
index ecb310805..4792a15e8 100644
--- a/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch
+++ b/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch
@@ -14,6 +14,8 @@ Upstrem-Status: Pending
14 14
15Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> 15Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
16--- 16---
17Upstream-Status: Pending
18
17 libaudiofile/modules/SimpleModule.h | 2 +- 19 libaudiofile/modules/SimpleModule.h | 2 +-
18 test/FloatToInt.cpp | 2 +- 20 test/FloatToInt.cpp | 2 +-
19 test/IntToFloat.cpp | 2 +- 21 test/IntToFloat.cpp | 2 +-
diff --git a/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch b/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch
index 2c66cf4d0..dea8187cc 100644
--- a/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch
+++ b/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch
@@ -14,6 +14,8 @@ Upstrem-Status: Pending
14 14
15Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> 15Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
16--- 16---
17Upstream-Status: Pending
18
17 test/NeXT.cpp | 14 +++++++------- 19 test/NeXT.cpp | 14 +++++++-------
18 1 file changed, 7 insertions(+), 7 deletions(-) 20 1 file changed, 7 insertions(+), 7 deletions(-)
19 21
diff --git a/meta-oe/recipes-multimedia/cdrkit/files/0001-define-__THROW-to-avoid-build-issue-with-musl.patch b/meta-oe/recipes-multimedia/cdrkit/files/0001-define-__THROW-to-avoid-build-issue-with-musl.patch
index b3beb069e..95a5ddd7d 100644
--- a/meta-oe/recipes-multimedia/cdrkit/files/0001-define-__THROW-to-avoid-build-issue-with-musl.patch
+++ b/meta-oe/recipes-multimedia/cdrkit/files/0001-define-__THROW-to-avoid-build-issue-with-musl.patch
@@ -8,6 +8,8 @@ http://autobuild.buildroot.net/results/d27/d2781e70b04a207e2e9397d888032294c7285
8 8
9Signed-off-by: Romain Naour <romain.naour@openwide.fr> 9Signed-off-by: Romain Naour <romain.naour@openwide.fr>
10--- 10---
11Upstream-Status: Pending
12
11 genisoimage/sha256.h | 4 ++++ 13 genisoimage/sha256.h | 4 ++++
12 genisoimage/sha512.h | 4 ++++ 14 genisoimage/sha512.h | 4 ++++
13 2 files changed, 8 insertions(+) 15 2 files changed, 8 insertions(+)
diff --git a/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Fix-fprintf-format-errors.patch b/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Fix-fprintf-format-errors.patch
index f52f71b63..1a2c1a91c 100644
--- a/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Fix-fprintf-format-errors.patch
+++ b/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Fix-fprintf-format-errors.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] genisoimage: Fix fprintf format errors
5 5
6Signed-off-by: Khem Raj <raj.khem@gmail.com> 6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7--- 7---
8Upstream-Status: Pending
9
8 genisoimage/genisoimage.c | 4 ++-- 10 genisoimage/genisoimage.c | 4 ++--
9 genisoimage/tree.c | 2 +- 11 genisoimage/tree.c | 2 +-
10 2 files changed, 3 insertions(+), 3 deletions(-) 12 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-multimedia/cdrkit/files/0002-Do-not-use-rcmd-on-build-with-musl.patch b/meta-oe/recipes-multimedia/cdrkit/files/0002-Do-not-use-rcmd-on-build-with-musl.patch
index 547a21c67..47c12928b 100644
--- a/meta-oe/recipes-multimedia/cdrkit/files/0002-Do-not-use-rcmd-on-build-with-musl.patch
+++ b/meta-oe/recipes-multimedia/cdrkit/files/0002-Do-not-use-rcmd-on-build-with-musl.patch
@@ -8,6 +8,8 @@ on musl.
8 8
9Signed-off-by: Khem Raj <raj.khem@gmail.com> 9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10--- 10---
11Upstream-Status: Pending
12
11 include/xconfig.h.in | 3 ++- 13 include/xconfig.h.in | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-) 14 1 file changed, 2 insertions(+), 1 deletion(-)
13 15
diff --git a/meta-oe/recipes-multimedia/libmad/libmad/0004-Remove-clang-unsupported-compiler-flags.patch b/meta-oe/recipes-multimedia/libmad/libmad/0004-Remove-clang-unsupported-compiler-flags.patch
index 70723f2d0..b9a444dc3 100644
--- a/meta-oe/recipes-multimedia/libmad/libmad/0004-Remove-clang-unsupported-compiler-flags.patch
+++ b/meta-oe/recipes-multimedia/libmad/libmad/0004-Remove-clang-unsupported-compiler-flags.patch
@@ -4,6 +4,8 @@ Date: Tue, 16 Sep 2014 12:28:47 +0300
4Subject: [PATCH 4/4] Remove clang unsupported compiler flags 4Subject: [PATCH 4/4] Remove clang unsupported compiler flags
5 5
6--- 6---
7Upstream-Status: Pending
8
7 configure.ac | 12 ++++++------ 9 configure.ac | 12 ++++++------
8 1 file changed, 6 insertions(+), 6 deletions(-) 10 1 file changed, 6 insertions(+), 6 deletions(-)
9 11
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-Revert-media-ctl-Don-t-install-libmediactl-and-libv4.patch b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-Revert-media-ctl-Don-t-install-libmediactl-and-libv4.patch
index 8ac8fbe19..52f0cd338 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-Revert-media-ctl-Don-t-install-libmediactl-and-libv4.patch
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-Revert-media-ctl-Don-t-install-libmediactl-and-libv4.patch
@@ -13,6 +13,8 @@ Conflicts:
13 utils/media-ctl/Makefile.am 13 utils/media-ctl/Makefile.am
14 14
15--- 15---
16Upstream-Status: Pending
17
16 utils/media-ctl/Makefile.am | 10 +++------- 18 utils/media-ctl/Makefile.am | 10 +++-------
17 1 file changed, 3 insertions(+), 7 deletions(-) 19 1 file changed, 3 insertions(+), 7 deletions(-)
18 20
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0002-original-patch-mediactl-pkgconfig.patch b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0002-original-patch-mediactl-pkgconfig.patch
index 52fc2d7a8..d52475974 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0002-original-patch-mediactl-pkgconfig.patch
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0002-original-patch-mediactl-pkgconfig.patch
@@ -4,6 +4,8 @@ Date: Sun, 1 Mar 2015 22:25:07 +0000
4Subject: [PATCH] %% original patch: mediactl-pkgconfig.patch 4Subject: [PATCH] %% original patch: mediactl-pkgconfig.patch
5 5
6--- 6---
7Upstream-Status: Pending
8
7 utils/media-ctl/Makefile.am | 1 + 9 utils/media-ctl/Makefile.am | 1 +
8 1 file changed, 1 insertion(+) 10 1 file changed, 1 insertion(+)
9 11
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0003-original-patch-export-mediactl-headers.patch b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0003-original-patch-export-mediactl-headers.patch
index 39dc33835..f6fcee92e 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0003-original-patch-export-mediactl-headers.patch
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0003-original-patch-export-mediactl-headers.patch
@@ -4,6 +4,8 @@ Date: Sun, 1 Mar 2015 22:25:07 +0000
4Subject: [PATCH] %% original patch: export-mediactl-headers.patch 4Subject: [PATCH] %% original patch: export-mediactl-headers.patch
5 5
6--- 6---
7Upstream-Status: Pending
8
7 utils/media-ctl/Makefile.am | 4 ++-- 9 utils/media-ctl/Makefile.am | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-) 10 1 file changed, 2 insertions(+), 2 deletions(-)
9 11
diff --git a/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch b/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
index 6ad7f2b47..e0fd4fea1 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
+++ b/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] Upstream: not yet
6Fix configure to accept "--prefix=" (a blank prefix). 6Fix configure to accept "--prefix=" (a blank prefix).
7 7
8--- 8---
9Upstream-Status: Pending
10
9 build/make/configure.sh | 20 ++++++++++++++++---- 11 build/make/configure.sh | 20 ++++++++++++++++----
10 1 file changed, 16 insertions(+), 4 deletions(-) 12 1 file changed, 16 insertions(+), 4 deletions(-)
11 13
diff --git a/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch b/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch
index da5841a13..ea9326946 100644
--- a/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch
+++ b/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1--- configure.ac.old 2005-06-03 12:53:28.000000000 +0200 3--- configure.ac.old 2005-06-03 12:53:28.000000000 +0200
2+++ configure.ac 2005-06-03 12:54:29.000000000 +0200 4+++ configure.ac 2005-06-03 12:54:29.000000000 +0200
3@@ -25,9 +25,9 @@ 5@@ -25,9 +25,9 @@
diff --git a/meta-oe/recipes-multimedia/xsp/xsp/xsp-fix-pc.patch b/meta-oe/recipes-multimedia/xsp/xsp/xsp-fix-pc.patch
index 18bc67cdd..995f03113 100644
--- a/meta-oe/recipes-multimedia/xsp/xsp/xsp-fix-pc.patch
+++ b/meta-oe/recipes-multimedia/xsp/xsp/xsp-fix-pc.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1--- Xsp/xsp.pc.in~ 2009-01-07 13:06:07.000000000 +0100 3--- Xsp/xsp.pc.in~ 2009-01-07 13:06:07.000000000 +0100
2+++ Xsp/xsp.pc.in 2009-01-07 13:06:07.000000000 +0100 4+++ Xsp/xsp.pc.in 2009-01-07 13:06:07.000000000 +0100
3@@ -6,5 +6,5 @@ 5@@ -6,5 +6,5 @@