summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-01-27 14:02:24 +0100
committerKhem Raj <raj.khem@gmail.com>2023-01-27 17:06:52 -0800
commite99f1879662e2b692dca4e94b3b6cbbad29770a6 (patch)
tree877a0524f45741fcb57bb8f20f2820eba164bf85 /meta-oe/recipes-support
parentbfb764ed830537b4e8cd85a2d01850238afc5725 (diff)
downloadmeta-openembedded-e99f1879662e2b692dca4e94b3b6cbbad29770a6.tar.gz
.patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-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
5 files changed, 5 insertions, 5 deletions
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 6be49fbca..16506999e 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 4872eb4f5..dadefec33 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 745f923af..e2401bb31 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 d5e3fe575..22eda729f 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 5b344b9e8..c6b01d06f 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---