mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status
* Accepted was replaced with Backport in gatesgarth:
https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes
* as detected with oe-core/scripts/contrib/patchreview.py:
meta-openembedded $ grep -A 3 Malformed *qa-patches
meta-gnome.qa-patches:Malformed Upstream-Status 'Malformed Upstream-Status in patch
meta-gnome.qa-patches-/OE/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch
meta-gnome.qa-patches-Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :
meta-gnome.qa-patches-Upstream-Status: Accepted [dc9701e187]' (/OE/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8a7c980d92
commit
a1c3c7f4e8
|
|
@ -3,7 +3,7 @@ From: Mae Dartmann <hello@maedartmann.name>
|
|||
Date: Wed, 16 Feb 2022 06:08:41 +0000
|
||||
Subject: [PATCH] meson: fix invalid positional argument
|
||||
|
||||
Upstream-Status: Accepted [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8]
|
||||
Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8]
|
||||
---
|
||||
data/meson.build | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ MIME-Version: 1.0
|
|||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Accepted
|
||||
Upstream-Status: Backport
|
||||
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
|
||||
---
|
||||
Makefile.am | 5 +-
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ MIME-Version: 1.0
|
|||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Accepted
|
||||
Upstream-Status: Backport
|
||||
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
|
||||
---
|
||||
configure.ac | 6 +-----
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ disabled by default.
|
|||
Like 1.0.6, it will check openssl MD4 algorithm support as MD4 is
|
||||
insecure and modern systems may drop MD4 support.
|
||||
|
||||
Upstream-Status: Accepted [https://github.com/libesmtp/libESMTP/commit/1c304e7886a08fb56485e41614ff3f8685afb59d]
|
||||
Upstream-Status: Backport [https://github.com/libesmtp/libESMTP/commit/1c304e7886a08fb56485e41614ff3f8685afb59d]
|
||||
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
|
||||
---
|
||||
meson.build | 13 ++++++++++---
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ GCC treats char as unsigned resulting in compile errors:
|
|||
|
||||
Fix this by specifying signed char.
|
||||
|
||||
Upstream-Status: Accepted [https://github.com/pboettch/json-schema-validator/commit/491ac44026e08f31790f5cacffa62e168bb35e32]
|
||||
Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/491ac44026e08f31790f5cacffa62e168bb35e32]
|
||||
|
||||
Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com>
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ From: Sven Fink <sven.fink@wipotec.com>
|
|||
Date: Fri, 13 Jan 2023 09:15:42 +0100
|
||||
Subject: [PATCH 3/3] For root value, use empty pointer
|
||||
|
||||
Upstream-Status: Accepted [https://github.com/pboettch/json-schema-validator/commit/59c9d6200bf3cd54b4fc717ec1660c91eddb4d1a]
|
||||
Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/59c9d6200bf3cd54b4fc717ec1660c91eddb4d1a]
|
||||
|
||||
Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com>
|
||||
---
|
||||
|
|
|
|||
|
|
@ -20,11 +20,9 @@ From python 3.8 changes:
|
|||
|
||||
Fixes https://github.com/pybluez/pybluez/issues/426
|
||||
|
||||
Upstream-Status: Accepted [https://github.com/pybluez/pybluez/pull/427]
|
||||
Upstream-Status: Backport [https://github.com/pybluez/pybluez/pull/427]
|
||||
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
|
||||
|
||||
---
|
||||
|
||||
bluez/btmodule.c | 23 ++++++++++++++---------
|
||||
msbt/_msbt.c | 6 ++++--
|
||||
2 files changed, 18 insertions(+), 11 deletions(-)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Subject: [PATCH] Fixed relative imports
|
|||
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
|
||||
|
||||
---
|
||||
Upstream-Status: Accepted [https://github.com/rlisagor/pynetlinux/commit/afb778669efbc658a29e6bdb1c4834fee42931aa]
|
||||
Upstream-Status: Backport [https://github.com/rlisagor/pynetlinux/commit/afb778669efbc658a29e6bdb1c4834fee42931aa]
|
||||
|
||||
pynetlinux/__init__.py | 8 ++++----
|
||||
pynetlinux/brctl.py | 2 +-
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Date: Tue, 18 Apr 2023 15:38:53 +0200
|
|||
Subject: [PATCH] * modules/mappers/config9.m4: Add 'server' directory to
|
||||
include path if mod_rewrite is enabled.
|
||||
|
||||
Upstream-Status: Accepted [https://svn.apache.org/viewvc?view=revision&revision=1909241]
|
||||
Upstream-Status: Backport [https://svn.apache.org/viewvc?view=revision&revision=1909241]
|
||||
|
||||
---
|
||||
modules/mappers/config9.m4 | 5 +++++
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user