* [meta-oe][honister][PATCH 1/2] python3-prctl: Use https protocol for git fetcher
@ 2022-01-29 14:21 Armin Kuster
2022-01-29 14:21 ` [meta-oe][honister][PATCH 2/2] dbus-daemon-proxy: add missing `return` statement Armin Kuster
0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2022-01-29 14:21 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj, Trevor Gamblin
From: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb b/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb
index b87a470b40..8426e48113 100644
--- a/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb
@@ -13,7 +13,7 @@ B = "${S}"
SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700"
PV = "1.8.1+git${SRCPV}"
-SRC_URI = "git://github.com/seveas/python-prctl;branch=main\
+SRC_URI = "git://github.com/seveas/python-prctl;protocol=https;branch=main \
file://0001-support-cross-complication.patch \
"
inherit setuptools3 python3native
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [meta-oe][honister][PATCH 2/2] dbus-daemon-proxy: add missing `return` statement
2022-01-29 14:21 [meta-oe][honister][PATCH 1/2] python3-prctl: Use https protocol for git fetcher Armin Kuster
@ 2022-01-29 14:21 ` Armin Kuster
0 siblings, 0 replies; 2+ messages in thread
From: Armin Kuster @ 2022-01-29 14:21 UTC (permalink / raw)
To: openembedded-devel; +Cc: Leif Middelschulte, Khem Raj
From: Leif Middelschulte <Leif.Middelschulte@klsmartin.com>
The missing `return` statement leads to a `SIGABRT`.
Signed-off-by: Leif Middelschulte <Leif.Middelschulte@klsmartin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 77479e1c9b7bffb6ad89ae68f80605ad1c65ea75)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
...1-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch b/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
index 2c4ca057f2..1c2fc3813f 100644
--- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
+++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy/0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch
@@ -21,7 +21,7 @@ index 009e4fd..f3f0d80 100644
if (!dbus_conn)
- return;
-+ DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
++ return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
if (verbose)
g_print ("New message from server: type='%d' path='%s' iface='%s'"
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-29 14:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-29 14:21 [meta-oe][honister][PATCH 1/2] python3-prctl: Use https protocol for git fetcher Armin Kuster
2022-01-29 14:21 ` [meta-oe][honister][PATCH 2/2] dbus-daemon-proxy: add missing `return` statement Armin Kuster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox