summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch2
-rw-r--r--meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch2
-rw-r--r--meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch2
-rw-r--r--meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch2
-rw-r--r--meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch2
-rw-r--r--meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch3
-rw-r--r--meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch2
-rw-r--r--meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch2
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch3
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch3
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch3
-rw-r--r--meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch2
-rw-r--r--meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch2
-rw-r--r--meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch2
-rw-r--r--meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch2
-rw-r--r--meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch2
-rw-r--r--meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch2
-rw-r--r--meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch2
18 files changed, 19 insertions, 21 deletions
diff --git a/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch b/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch
index 6a5350c37c..63e743f64b 100644
--- a/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch
+++ b/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch
@@ -13,7 +13,7 @@ dhrystone sources:
13 13
14Additionally, this patch adds a simple Makefile. 14Additionally, this patch adds a simple Makefile.
15 15
16Upstream-status: Pending 16Upstream-Status: Pending
17 17
18Sign-off-by: Kimmo Surakka <kimmo.surakka@ge.com> 18Sign-off-by: Kimmo Surakka <kimmo.surakka@ge.com>
19Signed-off-by: Jose Alarcon <jose.alarcon@ge.com> 19Signed-off-by: Jose Alarcon <jose.alarcon@ge.com>
diff --git a/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch b/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch
index e9b880c260..9d652e10ad 100644
--- a/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch
+++ b/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch
@@ -16,7 +16,7 @@ See:
16 16
17My contribution is to tweak the wscript to link all the required libraries. 17My contribution is to tweak the wscript to link all the required libraries.
18 18
19Upstream-status: submitted [https://github.com/glmark2/glmark2/pull/135] 19Upstream-Status: Submitted [https://github.com/glmark2/glmark2/pull/135]
20Signed-off-by: Trevor Woerner <twoerner@gmail.com> 20Signed-off-by: Trevor Woerner <twoerner@gmail.com>
21--- 21---
22 src/native-state-dispmanx.cpp | 22 +++++++++++++++++----- 22 src/native-state-dispmanx.cpp | 22 +++++++++++++++++-----
diff --git a/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch b/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch
index 27bd62edb9..0cb22fd563 100644
--- a/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch
+++ b/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] run dispmanx fullscreen
6The dispmanx flavour can only run fullscreen, therefore set the size to 6The dispmanx flavour can only run fullscreen, therefore set the size to
7fullscreen when glmark2-es2-dispmanx is run. 7fullscreen when glmark2-es2-dispmanx is run.
8 8
9Upstream-status: submitted [https://github.com/glmark2/glmark2/pull/135] 9Upstream-Status: Submitted [https://github.com/glmark2/glmark2/pull/135]
10Signed-off-by: Trevor Woerner <twoerner@gmail.com> 10Signed-off-by: Trevor Woerner <twoerner@gmail.com>
11--- 11---
12 src/main.cpp | 5 +++++ 12 src/main.cpp | 5 +++++
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch b/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch
index cbab5c424e..0274bc32af 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch
@@ -24,7 +24,7 @@ Signed-off-by: Fupan Li <fupan.li@windriver.com>
24 24
25Add and reword above comments 25Add and reword above comments
26 26
27Upstream-status: inappropriate [ configuration ] 27Upstream-Status: Inappropriate [ configuration ]
28 28
29Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 29Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
30 30
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch b/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch
index 30708c81db..ae2443476a 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch
@@ -13,7 +13,7 @@ Signed-off-by: Fupan Li <fupan.li@windriver.com>
13 13
14Reworded patch description. 14Reworded patch description.
15 15
16Upstream-status: inappropriate [ configuration ] 16Upstream-Status: Inappropriate [ configuration ]
17 17
18Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 18Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
19 19
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch b/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch
index e2c4e9ff6c..c18627b2fa 100644
--- a/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch
+++ b/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch
@@ -1,10 +1,11 @@
1Submitted By: Armin K. <krejzi at email dot com> 1Submitted By: Armin K. <krejzi at email dot com>
2Date: 2012-07-06 2Date: 2012-07-06
3Initial Package Version: 0.4.6 3Initial Package Version: 0.4.6
4Upstream Status: Unknown
5Origin: Self 4Origin: Self
6Description: Some build fixes. 5Description: Some build fixes.
7 6
7Upstream-Status: Pending
8
8Index: obex-data-server-0.4.6/src/ods-obex.c 9Index: obex-data-server-0.4.6/src/ods-obex.c
9=================================================================== 10===================================================================
10--- obex-data-server-0.4.6.orig/src/ods-obex.c 11--- obex-data-server-0.4.6.orig/src/ods-obex.c
diff --git a/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch b/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch
index acfaa3f6be..84d4467c0e 100644
--- a/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch
+++ b/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch
@@ -3,7 +3,7 @@ From: "Roy.Li" <rongqing.li@windriver.com>
3Date: Tue, 5 Sep 2017 10:24:10 +0800 3Date: Tue, 5 Sep 2017 10:24:10 +0800
4Subject: [PATCH] [PATCH] do not use the hardcode libdir 4Subject: [PATCH] [PATCH] do not use the hardcode libdir
5 5
6Upstream-status: Pending 6Upstream-Status: Pending
7 7
8Signed-off-by: Roy.Li <rongqing.li@windriver.com> 8Signed-off-by: Roy.Li <rongqing.li@windriver.com>
9Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 9Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch b/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
index 6906efd1c0..47c8edb497 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
+++ b/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
@@ -10,7 +10,7 @@ C library. We don't need this check in meta-openembedded.
10Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> 10Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
11Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> 11Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
12 12
13Upstream-status: Inappropriate 13Upstream-Status: Inappropriate
14- upstream doxygen must build on many architectures, this change is 14- upstream doxygen must build on many architectures, this change is
15 too intrusive for upstream 15 too intrusive for upstream
16--- 16---
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch
index b4634a2445..f5a1716c07 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch
@@ -8,8 +8,7 @@ are not under control or to be used at the CMakeLists level. In 3.20
8that private generation changed pre-requisite targets[1] and now logs 8that private generation changed pre-requisite targets[1] and now logs
9contain the path compiler_depend.ts instead of the actual file. 9contain the path compiler_depend.ts instead of the actual file.
10 10
11Upstream status: Pending [1] 11Upstream-Status: Pending [https://github.com/fluent/fluent-bit/issues/5492]
12[1] https://github.com/fluent/fluent-bit/issues/5492
13--- 12---
14 CMakeLists.txt | 6 +----- 13 CMakeLists.txt | 6 +-----
15 lib/chunkio/CMakeLists.txt | 7 +------ 14 lib/chunkio/CMakeLists.txt | 7 +------
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch
index af31b436db..6c585c2f5b 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch
@@ -7,8 +7,7 @@ bitbake passes CFLAGS that are often in conflict with the ones set
7in mbedtls' CMakeLists.txt. Such conflicts are the inability to use 7in mbedtls' CMakeLists.txt. Such conflicts are the inability to use
8FORTIFY_SOURCE=2 except in release mode 8FORTIFY_SOURCE=2 except in release mode
9 9
10Upstream status: Innapropriate due to fluent-bit having it's own Release 10Upstream-Status: Innapropriate [due to fluent-bit having it's own Release flags that also overwrite bitbake ones.]
11flags that also overwrite bitbake ones.
12--- 11---
13 lib/mbedtls-2.28.0/CMakeLists.txt | 2 -- 12 lib/mbedtls-2.28.0/CMakeLists.txt | 2 --
14 1 file changed, 2 deletions(-) 13 1 file changed, 2 deletions(-)
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch
index 9d4d950d15..f6e3dce2f3 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch
@@ -8,8 +8,7 @@ Use pkg-config to get systemd.pc variables and systemdunitdir. Those
8variable ensure that .service files are installed in the correct paths 8variable ensure that .service files are installed in the correct paths
9and only when systemd is detected. 9and only when systemd is detected.
10 10
11Upstream Status: Pending [1] 11Upstream-Status: Pending [https://github.com/fluent/fluent-bit/pull/5818]
12[1] https://github.com/fluent/fluent-bit/pull/5818
13 12
14--- 13---
15 cmake/FindJournald.cmake | 4 ++++ 14 cmake/FindJournald.cmake | 4 ++++
diff --git a/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch b/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch
index 0f133e2e75..21a6f292c8 100644
--- a/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch
+++ b/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch
@@ -3,7 +3,7 @@ From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Wed, 6 Aug 2014 14:53:03 +0200 3Date: Wed, 6 Aug 2014 14:53:03 +0200
4Subject: [PATCH] configure: use pkg-config for freetype 4Subject: [PATCH] configure: use pkg-config for freetype
5 5
6Upstream-status: Pending 6Upstream-Status: Pending
7Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> 7Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
8--- 8---
9 configure.ac | 37 ++++++++----------------------------- 9 configure.ac | 37 ++++++++-----------------------------
diff --git a/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch
index 33116b3c06..dd9230dd4e 100644
--- a/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch
+++ b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch
@@ -2,7 +2,7 @@ allow systemd path to be defined by configure option.
2 2
3The configure probes the host for systemd path information. 3The configure probes the host for systemd path information.
4 4
5Upstream Status: Inappropriate [Embedded] 5Upstream-Status: Inappropriate [Embedded]
6 6
7Signed-off-By: Armin Kuster <akuster@mvista.com> 7Signed-off-By: Armin Kuster <akuster@mvista.com>
8 8
diff --git a/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch b/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch
index 6be49fbca4..16506999e2 100644
--- a/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch
+++ b/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch
@@ -7,7 +7,7 @@ The include flag should point to the source directory, not the build
7directory. 7directory.
8 8
9Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> 9Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10Upstream-status: Submitted [https://github.com/libusbg/libusbg/pull/9] 10Upstream-Status: Submitted [https://github.com/libusbg/libusbg/pull/9]
11--- 11---
12 examples/Makefile.am | 2 +- 12 examples/Makefile.am | 2 +-
13 src/Makefile.am | 2 +- 13 src/Makefile.am | 2 +-
diff --git a/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch b/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
index 4872eb4f5e..dadefec33a 100644
--- a/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
+++ b/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
@@ -1,7 +1,7 @@
1The original use of AC_ARG_WITH is buggy and causes expat support 1The original use of AC_ARG_WITH is buggy and causes expat support
2to be *disabled* if "--with-expat" is passed to configure. 2to be *disabled* if "--with-expat" is passed to configure.
3 3
4Upstream status: pending 4Upstream-Status: Pending
5 5
6Index: log4c-1.2.4/configure.in 6Index: log4c-1.2.4/configure.in
7=================================================================== 7===================================================================
diff --git a/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch b/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch
index 745f923af1..e2401bb31b 100644
--- a/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch
+++ b/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch
@@ -5,7 +5,7 @@ Subject: [PATCH 1/2] etc/openct.udev.in: disablePROGRAM
5 5
6Bug fix: https://bugzilla.redhat.com/show_bug.cgi?id=287871 6Bug fix: https://bugzilla.redhat.com/show_bug.cgi?id=287871
7 7
8Upstream-status: Pending 8Upstream-Status: Pending
9 9
10Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 10Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
11--- 11---
diff --git a/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch b/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch
index d5e3fe5753..22eda729fb 100644
--- a/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch
+++ b/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch
@@ -5,7 +5,7 @@ Subject: [PATCH 2/2] etc/openct_usb.in: modify UDEVINFO
5 5
6this patch is from Fedora 6this patch is from Fedora
7 7
8Upstream-status: Pending 8Upstream-Status: Pending
9 9
10Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 10Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
11--- 11---
diff --git a/meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch b/meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch
index 5b344b9e83..c6b01d06fc 100644
--- a/meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch
+++ b/meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch
@@ -3,7 +3,7 @@ From: Paul Eggleton <paul.eggleton@linux.intel.com>
3Date: Sun, 14 Jul 2019 19:13:21 -0700 3Date: Sun, 14 Jul 2019 19:13:21 -0700
4Subject: [PATCH] Fix building with musl 4Subject: [PATCH] Fix building with musl
5 5
6Upstream-status: Pending 6Upstream-Status: Pending
7 7
8Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 8Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
9--- 9---