diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2023-02-23 20:40:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
commit | f6d702116e96a80aec05c541bd0590518515d41d (patch) | |
tree | d0c17cae6c411cda144e83d43ecaf20cc5c3487d /meta-python/recipes-devtools | |
parent | 224f393f514456d97b077d6413d057be1a531e3e (diff) | |
download | meta-openembedded-f6d702116e96a80aec05c541bd0590518515d41d.tar.gz |
meta-python: fix Upstream-Status format
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch b/meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch index c5cb9a878..eb97f0585 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch +++ b/meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch | |||
@@ -16,7 +16,7 @@ def func(x, y, returned=None, error=None): | |||
16 | 16 | ||
17 | proxy.Method(a, b, callback=func, callback_args=(x, y)) | 17 | proxy.Method(a, b, callback=func, callback_args=(x, y)) |
18 | 18 | ||
19 | Upstream-Status: Cherry-pick [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/] | 19 | Upstream-Status: Backport [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/] |
20 | 20 | ||
21 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 21 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
22 | --- | 22 | --- |
diff --git a/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch b/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch index f5c0390c5..9c9b9b779 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch +++ b/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch | |||
@@ -7,7 +7,7 @@ Subject: [PATCH 2/2] Support transformation between D-Bus errors and | |||
7 | Exceptions can be registered with decorators, raised in a remote | 7 | Exceptions can be registered with decorators, raised in a remote |
8 | method and recreated after return from the remote call. | 8 | method and recreated after return from the remote call. |
9 | 9 | ||
10 | Upstream-Status: Cherry-pick [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/] | 10 | Upstream-Status: Backport [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/] |
11 | 11 | ||
12 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 12 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
13 | --- | 13 | --- |