mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
meta-multimedia: Fix missing upstream status in several patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
77a32ac2b7
commit
9e42462d5a
|
|
@ -5,6 +5,7 @@ Subject: [PATCH] Makefile: Use LINKFLAGS during link step
|
|||
|
||||
Adds much needed GNU_HASH section into the .so
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
make/linux/Makefile | 2 +-
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Subject: [PATCH] basic.h: Use c99 supported stdint types
|
|||
|
||||
include stdint.h for getting the definitions for int types
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
basics.h | 17 +++++++++--------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
Change the order of linker flags such that -shared is appearig after -pie/-fpie
|
||||
this helps in building the package when secuiry flags are enabled
|
||||
|
||||
-Khem
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Index: caps-0.9.24/Makefile
|
||||
===================================================================
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Author: Monty <paranoia@xiph.org>
|
|||
Patch from debian
|
||||
http://sources.debian.net/src/cdparanoia/3.10.2%2Bdebian-11/debian/patches/04-endian.patch
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
interface/interface.c | 2 +-
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Subject: [PATCH] utils: Use c99 compiler independent types
|
|||
|
||||
Make it portable across different platforms
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
utils.h | 13 +++++++------
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Subject: [PATCH 2/2] Fix printf format errors
|
|||
|
||||
error: format not a string literal and no format arguments
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
main.c | 4 ++--
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
Fix build on aarch64
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Index: cdparanoia-III-10.2/configure.in
|
||||
===================================================================
|
||||
--- cdparanoia-III-10.2.orig/configure.in
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
Fix build out of tree builds
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Index: cdparanoia-III-10.2/Makefile.in
|
||||
===================================================================
|
||||
--- cdparanoia-III-10.2.orig/Makefile.in
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ symbols. However, when cross-compiling, the include path points
|
|||
somewhere else. Allow the user to pass CROSS_ROOT to point to the
|
||||
root of the cross-compilation environment.
|
||||
|
||||
Upstream-Status: Inappropriate [Cross-compile specific]
|
||||
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
|
||||
---
|
||||
diff -rup dvb-apps-83c746462ccb.orig/util/av7110_loadkeys/generate-keynames.sh dvb-apps-83c746462ccb/util/av7110_loadkeys/generate-keynames.sh
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Subject: [PATCH] dvbdate: Remove Obsoleted stime API calls
|
|||
stime() has been deprecated in glibc 2.31+ its recommended to
|
||||
replaced with clock_settime()
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
util/dvbdate/dvbdate.c | 5 ++++-
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Subject: [PATCH] Make.rules: Handle static/shared only build
|
|||
Do not build .a library when enable_static is set to "no"
|
||||
Do not build .so library when enable_shared is set to "no"
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
|
||||
---
|
||||
Make.rules | 10 ++++++++--
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Subject: [PATCH] Makefile: remove test
|
|||
|
||||
Tests needs static libraries, remove them for shared only build.
|
||||
|
||||
Upstream-Status: Inappropriate [Cross-compile specific]
|
||||
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
|
||||
---
|
||||
Makefile | 1 -
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
Use -O1 with gcc > 6
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
diff -r 3d43b280298c lib/libucsi/endianops.h
|
||||
--- a/lib/libucsi/endianops.h Fri Mar 21 20:26:36 2014 +0100
|
||||
+++ b/lib/libucsi/endianops.h Fri Jan 19 06:56:15 2018 +0000
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
Fix build with newer than 4.14 kernels
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Index: dvb-apps/util/dst-utils/dst_test.c
|
||||
===================================================================
|
||||
--- dvb-apps.orig/util/dst-utils/dst_test.c
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ Date: Fri, 19 Aug 2022 15:22:10 +0300
|
|||
Subject: [PATCH] Fix build with fmt 9.0
|
||||
|
||||
Fixes #2681
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
src/database/sql_format.h | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ From: Carlos <carlos.rodriguez@ridgerun.com>
|
|||
Date: Fri, 15 Dec 2017 10:14:05 -0600
|
||||
Subject: [PATCH] gstd:yocto compatibility
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
gstd/Makefile.am | 2 +-
|
||||
3 files changed, 9 insertions(+), 3 deletions(-)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
Install all examples
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Index: libdc1394/examples/Makefile.am
|
||||
===================================================================
|
||||
--- libdc1394.orig/examples/Makefile.am
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ From: Markus Volk <f_L_K@t-online.de>
|
|||
Date: Sat, 1 Apr 2023 04:42:32 +0200
|
||||
Subject: [PATCH] Makefile: add clean target
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
Makefile | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
From d0313be5fb947df399a4db24a5f9244510d2ce87 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Wed, 12 Jul 2017 16:36:06 -0700
|
||||
Subject: [PATCH] remove the #error line and live without file-type detection
|
||||
with pipes
|
||||
Subject: [PATCH] remove the #error line and live without file-type detection with pipes
|
||||
|
||||
this fallback is executed with musl
|
||||
|
||||
Upstream-Status: Inappropriate [musl specific]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
src/formats.c | 1 -
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ in different locations, therefore its best to rely on pkgconf to find
|
|||
the libs and header locations instead of assuming /opt/vc which might
|
||||
work on some distros ( like raspbian ) but not everywhere
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
configure.ac | 31 +++++++++++--------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user