diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-09-27 22:08:28 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-27 14:22:09 -0700 |
commit | a1c3c7f4e81d24a4d43880222ee184de3c3156b2 (patch) | |
tree | 634a4e66135080a32c4a9bf4beb45e84c16d8f66 /meta-python/recipes-devtools/python/python3-pynetlinux | |
parent | 8a7c980d92145c02d7dbb1252a930293c301eee7 (diff) | |
download | meta-openembedded-a1c3c7f4e81d24a4d43880222ee184de3c3156b2.tar.gz |
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 [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8]' (/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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pynetlinux')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch b/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch index bc438a8e7c..65f38814c3 100644 --- a/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch +++ b/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch | |||
@@ -6,7 +6,7 @@ Subject: [PATCH] Fixed relative imports | |||
6 | Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 6 | Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> |
7 | 7 | ||
8 | --- | 8 | --- |
9 | Upstream-Status: Accepted [https://github.com/rlisagor/pynetlinux/commit/afb778669efbc658a29e6bdb1c4834fee42931aa] | 9 | Upstream-Status: Backport [https://github.com/rlisagor/pynetlinux/commit/afb778669efbc658a29e6bdb1c4834fee42931aa] |
10 | 10 | ||
11 | pynetlinux/__init__.py | 8 ++++---- | 11 | pynetlinux/__init__.py | 8 ++++---- |
12 | pynetlinux/brctl.py | 2 +- | 12 | pynetlinux/brctl.py | 2 +- |